Smart Contracts for the FIH token issued by FidelityHouse International SA.
Code created using Open Zeppelin (openzeppelin-solidity) and Truffle Framework.
Latest ICO block = 7560016;
Install truffle.
npm install -g truffle // Version 4.1.15+ required.npm installUse Ethlint
npm run lint:solUse ESLint
npm run lint:jsIMPORTANT: Before commit run the lint and fix command:
npm run lint:fixOpen the Truffle console
truffle developCompile
compile Test
testInstall the truffle-flattener
npm install -g truffle-flattenerUsage
truffle-flattener contracts/FidelityHouseToken.sol > dist/FidelityHouseToken.dist.solWeb3.js Doc 0.20.6 Doc 1.0 Github