ICO Smart Contract templates
- Contract expects certain version of compiler
- Use truffle as local dependency. Use certain version of truffle which match to expected version of compiler.
- Use npm commands:
compile
,test
,migrate
,coverage
,solhint
,solium
.
Zeppelin-solidity
is dependency for contracts, use it as base contract.- Use jenkins to verify pull requests
- ...
These tools can be installed optionally(but suggested), follow their documentation: