/yield-farming

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

Primary LanguageJavaScript

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()