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.
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
inpackages/hardhat
. Don't forget to fill in the variables. in a third terminal window, 🛰 deploy your contract:
cd tokenstream
yarn deploy