Skip to content

QU3B1M/hardhat-token-farm

Repository files navigation

HardHat Token Farm

Yield farming project developed using Hardhat (TypeScript) and Solidity that allows you Stake/Unstake/Issue tokens .

Requirements

To execute this project you should have installed node and npm.

Quickstart

Clone the repo and install the dependencies:

  • git clone https://github.com/QU3B1M/hardhat-token-farm.git
  • cd hardhat-token-farm
  • npm install

Setup environment values:

  • Create a copy of the file .env.example named .env
  • Set all the indicated values

Testing and Deploying the contract:

  1. Execute the tests: npx hardhat test
  2. Deploy locally: npx hardhat deploy
  3. Deploy on Rinkeby: ``npx hardhat deploy --network rinkeby`
  4. Deploy on Mainnet: npx hardhat deploy --network mainnet

License

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published