ERC20 token solidity smart contract allowing aggreagate ERC20 tokens
- Install truffle globally with
npm install -g truffle - Install ganache-cli globally with
npm install -g ganache-cli - Install local packages with
npm install - Run ganache in separate terminal
scripts/rpc.sh - Run tests with
npm test
On macOS you also need to install watchman: brew install watchman