Skip to content

finos-labs/training-course-developing-on-fdc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badge-labs

training-course-developing-on-fdc3

This project is source files to accompany the FDC3 Developer Training Course.

To Run (with FDC3 Sail)

  1. From the Command Line:

    yarn install
    yarn dev
    
  2. Point browser at http://localhost:5000/static/tradelist/

  3. You should be able to see the application start up.

  4. Check out and build FDC3 Sail

cd ..
git checkout git@github.com:finos/FDC3-Sail.git
cd FDC3-Sail
npm i
  1. Set the FDC3 Sail AppD record:
export SAIL_DIRECTORY_URL=../training-course-developing-on-fdc3/appd/basic-appd.v2.json
  1. Start FDC3 Sail
npm run start
  1. Start

Complete the developer tutorial to integrate this with FDC3.

Channels

  • Observe that setting the workbench, the news and the pricer app to red channel means you can broadcast an instrument context and they'll all update.

Lab 3 Steps

The FDC3 Developer Training Course is divided into modules, which are reflected in the branches of this repo:

  • blah

License

Copyright 2023 FINOS

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

About

Developing on FDC3 training course

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published