Docs
Get Started
Quickstart
Develop

Develop your first app

Template app is located in /apps/hello_world

Modify and play with the code

hello_world app contains two methods:

  • A transaction to store data in the ledger: storeValue
  • A Query to fetch the data stored in the ledger: fetchValue
Develop your app

Build your application (Optional)

yarn build

Push your folder on a GitHub (opens in a new tab) repository

gh repo create
git add .
git commit -m "your commit message"
git push --set-upstream origin master