Skip to content

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

Notifications You must be signed in to change notification settings

pmuens/yield-farming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published