Solidity testing project ETHBank. Please use this project at your own risk.
- Use
git clone
or download project manually to your computer. - Go to main folder and open terminal. Use
npm install
.
- For testing locally, open terminal in main folder and type
truffle develop
. After that migrate and compile contracts using commandmigrate --reset
in the same terminal. - Open second terminal and type
truffle test
.