Skip to content

eccheung4/transition-colonies

Repository files navigation

transition-colonies

About

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.

Proposal

JoinColony/colonyHackathon Issue #98

Submission

JoinColony/colonyHachathon Pull Request #119

Final commit for the hackathon is added license

Prerequisites

  • Node 9.5
  • Yarn 1.7

Testing

Run Tests

yarn test

Development

Set Environment

NODE_ENV=development

Install Dependencies

yarn

Start Ganache

yarn start-ganache

Deploy Contracts

yarn deploy-contracts

Start TrufflePig

yarn start-trufflepig

Seed Network

yarn seed-network

Start Webpack

yarn watch

Start Server

yarn start

View Project

http://localhost:3000

Production

Set Environment

NETWORK=rinkeby
NODE_ENV=production
PRIVATE_KEY=

Install Dependencies

yarn

Build Client

yarn build

Start Server

yarn start

View Project

http://localhost:3000

About

Colony Hackathon Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published