Skip to content

hdriqi/piece-app

Repository files navigation

Piece Interface

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.

Try Piece on Sia

Video Demo

Quick Start

To run this project locally:

  1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
  2. Install dependencies: yarn install
  3. Run the local development server: yarn start (see package.json for a full list of scripts you can run with yarn)

Smart Contract

The smart contract was deployed at dev-v1.piece.testnet.

You can read the source code for the smart contract here.