A step-by-step walkthrough of Unicrow SDK functionality for interacting with the smart contracts and an indexer.
- Install Node.js
- Check that it's working:
node -v
- Check that it's working:
» node -v
vXX.X.X
- Install Yarn
-
Clone the repo
-
Type
yarn
in the project's root directory to install dependencies -
yarn start
to start the project with a live server and reload. -
The browser will open http://localhost:8081 (if not, open it manually :-)