Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 447 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 447 Bytes

elyfi-governance

Setup

Set up .env file in the project directory and add the following environment variables:

# Secret key for deploying contracts
ADMIN=
INFURA_API_KEY=
TEST_MNEMONIC=

Before running any command, make sure to install dependencies:

yarn

Test

Compile and test the smart contracts:

yarn hardhat test

Deploy

Deploy script is below:

yarn hardhat deploy --network {network name}