Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 541 Bytes

File metadata and controls

13 lines (8 loc) · 541 Bytes

MultiToken

Build Status Coverage Status

ERC20 token solidity smart contract allowing aggreagate any number of ERC20 tokens in any proportion

Installation

  1. Install local packages with npm install
  2. Run tests with npm test

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