contracts
- Smart Contracts source code.test
- Smart contracts unit tests.
- Install docker.
- Run
docker-compose build
. - Start containers
docker-compose up -d
. - Install project dependencies:
docker-compose exec workspace yarn
. - To run tests:
docker-compose exec workspace truffle test
.
- Truffle suite - https://github.com/trufflesuite/truffle
- Ganache-cli (EthereumJS Testrpc) - https://github.com/trufflesuite/ganache-cli
- Zeppelin Solidity - https://github.com/OpenZeppelin/zeppelin-solidity