vitorgamer58 / pequi-farm

🟑 Pequi Farm Solidity contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🟑 Pequi Farm

https://pequi.finance Feel free to read the code.

Deployed Contracts

BSCMAINNET

Contracts deployed by Pequi

  • Pequi Token: soon
  • MasterChef: soon
  • Timelock: soon
Swap contracts deployed by Pancake

To compile and test

  • You need nodejs and npm

Inside the .secret file there is a mnemonic key that should not be used on the mainnet, it is a key for public use where we will perform tests on the testnet network. Here you can enter your own key if you wish.

  • Install the dependencies with npm install
  • Compile with npm run build
  • Test with npm run test

About

🟑 Pequi Farm Solidity contracts

License:MIT License


Languages

Language:Solidity 97.0%Language:TypeScript 1.6%Language:JavaScript 1.4%