BitClave crowdsale and token contracts
«Great work reusing the existing OpenZeppelin libraries! The additional contracts are very thoughtfully designed, and are a good extension of the framework» – Zeppelin Solutions. See full report here.
- Install truffle globally with
npm install -g truffle
- Install testrpc globally with
npm install -g ethereumjs-testrpc
- Run testrpc in separate terminal
testrpc -l 6000000
- Install local packages with
npm install
- Run tests with
truffle test
On macOS you also need to install watchman: brew install watchman