Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 418 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 418 Bytes

BitFex Token

Requirements

Install truffle and ganache-cli:

npm install -g truffle
npm install -g ganache-cli

To install requirements run yarn in project directory.

Tests

To run tests you need to run testrpc:

yarn testrpc

And run tests:

yarn test

License

Code released under the MIT License.