/crowdsale

Primary LanguageJavaScript

Crowdsale

Build Status Coverage Status

BitClave crowdsale and token contracts

Security auditors:

«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.

Installation

  1. Install truffle globally with npm install -g truffle
  2. Install testrpc globally with npm install -g ethereumjs-testrpc
  3. Run testrpc in separate terminal testrpc -l 6000000
  4. Install local packages with npm install
  5. Run tests with truffle test

On macOS you also need to install watchman: brew install watchman