Skip to content

Opty-Fi/team-defi-adapters

Repository files navigation

Team DeFi Adapters

DeFi Adapters build by core dev team of opty.fi

Prerequisite

To run the project :

Installation

Clone team-defi-adapters

git clone https://github.com/Opty-Fi/team-defi-adapters.git

Run yarn install to install necessary dependencies.

Run yarn hardhat to view all available tasks.

Compile and Test

Compile all contracts

yarn compile

Test all contracts

yarn test

Setup and Deployments

For setting up all essential actions (deploying contracts, executing functions).

# hardhat
    yarn setup
# localhost
    yarn setup:local
# staging
    yarn setup:staging

For deploying infrastructure contracts in Optyfi protocol.

# hardhat
    yarn deploy-infra
# localhost
    yarn deploy-infra:local
# staging
    yarn deploy-infra:staging

View more tasks