This project is source files to accompany the FDC3 Developer Training Course.
-
From the Command Line:
yarn install yarn dev
-
Point browser at http://localhost:5000/static/tradelist/
-
You should be able to see the application start up.
-
Check out and build FDC3 Sail
cd ..
git checkout [email protected]:finos/FDC3-Sail.git
cd FDC3-Sail
npm i
- Set the FDC3 Sail AppD record:
export SAIL_DIRECTORY_URL=../training-course-developing-on-fdc3/appd/basic-appd.v2.json
- Start FDC3 Sail
npm run start
- Start
Complete the developer tutorial to integrate this with FDC3.
- 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.
The FDC3 Developer Training Course is divided into modules, which are reflected in the branches of this repo:
- blah
Copyright 2023 FINOS
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0