/liquifi-v2-farming

Primary LanguageSolidityMIT LicenseMIT

Liquifi V2 Farming

Liquifi V2 farming and staking contracts

NB! Please run yarn format before committing changes NB! Need to create an account on https://testnet-explorer.binance.org and create wallet.ts file containing (for example):

export const privateKey = '0000000000000000000000000000000000000000000000000000000000000000'

Prerequisites

npm install --global yarn

Insallation

yarn install

Building project

yarn build

Running tests

yarn test

Deploy contracts

yarn deploy

Verify each contract individually

npx hardhat verify --network bsctestnet DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1" "Constructor argument 2" "Constructor argument 3"