/contracts

Solidity Contracts

Primary LanguageJavaScript

Solidity contracts for Trackr

Overview

This repository contains the contracts that will be deployed as part of the Trackr crowdsale.

Setup

Requires ethereumjs/testrpc to be running (through testrpc.sh) and at least node v8.0.0 or higher.

  1. Clone the repository
git clone git@github.com:trackr-im/contracts.git
  1. Install dependencies
npm install
  1. Launch testrpc
npm run testrpc
  1. Run the tests
npm run tests