Skip to content

1Address/1Address

Repository files navigation

VipCoin

Smart contract for automated BTC address generation pool

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 scripts/rpc.sh (optional)
  4. Install local packages with npm install
  5. Run tests with killall -9 node; npm test; killall -9 node

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