Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 349 Bytes

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