pmuens / yield-farming

DeFi app which implements the concept of yield farming / liquidity mining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yield Farming

DeFi app which implements the concept of yield farming / liquidity mining following the Dapp University Tutorial.

Setup

Useful commands

  • npx truffle compile

  • npx truffle migrate [--reset]

  • npx truffle console

  • npx truffle exec <path>.js

  • npx truffle test or npm run test:truffle

  • npm run start

Misc

# Inside of a truffle console
> tokenFarm = await TokenFarm.deployed()

> tokenFarm

> tokenFarm.address

> name = await tokenFarm.name()

About

DeFi app which implements the concept of yield farming / liquidity mining


Languages

Language:JavaScript 74.1%Language:Solidity 19.6%Language:HTML 6.2%Language:CSS 0.1%