Skip to content

tensojka/lyra-protocol

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.3%
  • Solidity 37.4%
  • JavaScript 0.3%