Skip to content

Demo app which uses the create-react-app template for Fluree to embed a webworker with the application. This demo showcases functionality around issuing block and history queries.

Notifications You must be signed in to change notification settings

fluree/time-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time and Immutability Webinar Demo

This is the repository used for the demo in the Time and Immutability Webinar.

Set up

To begin working with this demo app, you will need to have Fluree running locally on your machine. For detailed instruction on getting Fluree installed, please visit the installation page on the docs site.

You will also need to have Node.js installed on your machine.

The data folder contains the seed data for using this application as it is shown in the webinar. To get the data loaded into your Fluree instance, follow these steps:

  1. Open the Admin UI and create a ledger called time/webinar.
  2. Using either the Admin UI or a REST client of your choosing (Postman, Insomnia, etc.) transact the files in the data/ folder, in order, to your ledger.
    • This will transact the schema
    • The airports and tags for the statuses
    • The flight.json files contain references to the same set of flights but modify the data for each one

Now all that needs to be done is to run npm install and npm run start from the project root folder in a terminal.

If you have questions or issues, please raise them on the repo or join us in Slack

About

Demo app which uses the create-react-app template for Fluree to embed a webworker with the application. This demo showcases functionality around issuing block and history queries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published