Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 916 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 916 Bytes

TokenStream.Party

dApp for streaming payments for developers completing work based on a trustless system. Anyone is able to fund an individual developer or fund the Moonshot Collective as a whole.

🏄‍♂️ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork tokenstream.party:

git clone https://github.com/MoonshotCollective/gtc-streams.git tokenstream

install and start your 👷‍ Hardhat chain:

cd tokenstream
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd tokenstream
yarn start

Make a copy of .sample.env and rename to .env in packages/hardhat. Don't forget to fill in the variables. in a third terminal window, 🛰 deploy your contract:

cd tokenstream
yarn deploy