Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 683 Bytes

finos-bmo-hackathon

Build and run:

Run the below command to build and execute the code.

npm install
npm run exec

Usecase:

High level plan

  1. Load the JSON files from the use case into code
  2. Write some simple functions to extract some data and print it
  3. Write some functions that compare a couple ECS' and print the diff
  4. Load up a FDC3 reference implementation (USE SAIL!)
  5. Create a custom app directly
  6. Figure out how to add create an app and make a hello world window
  7. Integrate the TC from steps 1-3 and add into the UI