sendwyre / yes-compliance-token

11 stars 1 forks source link

Wyre's YES Compliance Token

See YESToken for the specification this is implementing.

Getting Started

  1. Install NPM

  2. Install Truffle and darq-truffle as global dev deps:

    $ npm i -D -g truffle

  3. npm install

Deploy

$ truffle migrate [--reset]

Run Tests

$ truffle test