liquifi-org / liquifi-v2-farming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

License:MIT License


Languages

Language:Solidity 59.3%Language:TypeScript 40.3%Language:JavaScript 0.4%