Skip to content

derivexyz/governance

Repository files navigation

Lyra Governance

Documentation

Usage

Pre Requisites

Before running any command, make sure to install dependencies:

$ yarn install

Compile

Compile the smart contracts:

$ yarn build

Lint Solidity

Lint the Solidity code:

$ yarn lint:sol

Lint TypeScript

Lint the TypeScript code:

$ yarn lint:ts

Test

Run the tests:

$ yarn test

Deploy

Add a .env.private file to deployments/{network}/ for the network where you want to deploy

cp scripts/.env.example scripts/.env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published