Website: www.aidchain.co
Install truffle.
npm install -g truffle // Version 4.1.14+ required.
npm install
Use Solium
npm run lint:sol
Use ESLint
npm run lint:js
Use both and fix
npm run lint:fix
Open the Truffle console
truffle develop
Compile
compile
Test
test
Install the truffle-flattener
npm install -g truffle-flattener
Usage
truffle-flattener contracts/CharityProject.sol >> dist/CharityProject.dist.sol
Code released under the MIT License.