Skip to content

Manik-Jain/cardano-fluree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published