This repository contains the contracts that will be deployed as part of the Trackr crowdsale.
Requires ethereumjs/testrpc
to be running (through testrpc.sh
) and at least node v8.0.0
or higher.
- Clone the repository
git clone git@github.com:trackr-im/contracts.git
- Install dependencies
npm install
- Launch testrpc
npm run testrpc
- Run the tests
npm run tests