Akropolis Token Vesting Contract
- 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