Setup genesis whenever contracts get changed
$ npm install
#installation of npm v12.0.0 is required
$ npm run truffle:compile
$ npm run testrpc
$ npm test
$ npm run truffle:migrate
$ truffle migrate --network dojimachain
- Fork
dojima-hackathon
repository - Create a new folder with
team-name
insidehackathon/<hackathon-name>
folder in main branch - Copy your entire project repository and add a
README
file. README
file should contain the following:
1. Project name and its members
2. Description
3. Tag-line (if-any)
4. Logo (optional)
5. Steps to follow for testing the project
6. Deployed contract address on top of DOJIMA blockchain
- Submit a
Pull Request
to this repository with your changes.