The interface for Piece Protocol, An incentivized protocol both for creators and supporters. Piece Protocol is built on top of NEAR blockchain and Sia decentralized storage.
To run this project locally:
- Prerequisites: Make sure you've installed [Node.js] ≥ 12
- Install dependencies:
yarn install
- Run the local development server:
yarn start
(seepackage.json
for a full list ofscripts
you can run withyarn
)
The smart contract was deployed at dev-v1.piece.testnet.
You can read the source code for the smart contract here.