Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 902 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 902 Bytes

✍️ GreenPill / ProofOfStake Book Signing

Contract

Signing_Dashboard

SignatureViewer

🏄‍♂️ Quick Start

For Proof of Stake:

Install,

git clone https://github.com/simplemachine92/PoS-FrontEnd.git
cd pos-frontend
yarn install

local node, deploy, and launch react app.

yarn chain
yarn deploy
yarn start

For GreenPill:

Install,

cd greenpill
git checkout greenPill
yarn install

local node, deploy, and launch react app.

yarn chain
yarn deploy
yarn start