Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 995 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 995 Bytes

cardano-fluree

An easy approach to integrate FlureeDB with Cardano blockchain in order to store and retreive the metadata on FlureeDB as a sidechain.

Pre-requisites

  1. Java v11 or above
  2. Node v14 or above
  3. npm v6 or above
  4. wget for Linux/Mac

FlureeDB installation steps

Please follow the steps to download FlureeDB instance from here.

Once the instance is running in your machine, please verify that your FlureeDB instance is up and running at the specified port. Usually it runs at 8080. Please verify the service port from fluree_sample.properties file.

Running the code

Please clone the master branch for most recent released changes, and execute

npm run dev

This will download all the required npm dependencies and perform a CRUD operation lifecycle with the FlureeDB instance. Feel free to make changes to index.js for further interactions with DB.

Copyright

MIT License. All right reserved.