This project was created for the Colony Hackathon. The project uses colonyJS to interact with the colonyNetwork. More information about the project can be found in the project proposal.
JoinColony/colonyHackathon Issue #98
JoinColony/colonyHachathon Pull Request #119
Final commit for the hackathon is added license
- Node 9.5
- Yarn 1.7
yarn test
NODE_ENV=development
yarn
yarn start-ganache
yarn deploy-contracts
yarn start-trufflepig
yarn seed-network
yarn watch
yarn start
NETWORK=rinkeby
NODE_ENV=production
PRIVATE_KEY=
yarn
yarn build
yarn start