This is the HashEx boilerplate for creating truffle contracts
Repository comes with preinstalled and confirured test coverage report, linter and unit test helpers.
Pull requests are appreciated.
Copyright © 2017 HashEx.org, GPLv3
This is a boilerpate to quick start smart contracts development in Solidity. Boileplate uses truffle 4, solidy-coverage, solium linter, has samples for smart contract and tests for it.
- Clone repository
- run
npm install
- run
npm install -g solium
to install solium linter globally
- To run tests run
truffle test
ornpm test
in console - To run coverage report run
npm run coverage
- to run linter
npm run lint