Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 611 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 611 Bytes

Lyra - Smart Contracts

Documentation

Documentation

Development

Run yarn install to install dependencies

To update API docs and UML diagram

$ yarn docgen

To run unit tests

$ yarn compile
$ yarn test

To run the scripts file:

$ yarn runScripts --network=mainnet-ovm 

This can also be run on kovan-ovm - though getting the blockNumbers will take very long. Modify the scripts/runScripts.ts file to adjust the scripts that are being run by changing the RUN_PARAMS object.