Website: www.aidchain.co
Install truffle.
npm install -g truffle // Version 4.1.14+ required.npm installUse Solium
npm run lint:solUse ESLint
npm run lint:jsUse both and fix
npm run lint:fixOpen the Truffle console
truffle developCompile
compile Test
testInstall the truffle-flattener
npm install -g truffle-flattenerUsage
truffle-flattener contracts/CharityProject.sol >> dist/CharityProject.dist.solCode released under the MIT License.