Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 339 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 339 Bytes

Contributing

Installation

We recommend using nvm to manage Node.js versions. Execute nvm use, if you have nvm installed.

Then, run npm

Running tests

To run the tests:

npm run test

The first run might fail due to typechain needing to compile. If so, just run the command again.