An open API service indexing awesome lists of open source software.

https://github.com/decentralisedme/defi-stake-yield-brownie

defi-stake-yield-brownie: from back end (create a farming smart contract/issue pool token/stake/unstake...) to Front-end ( build UI to use the smart contract)
https://github.com/decentralisedme/defi-stake-yield-brownie

Last synced: 6 months ago
JSON representation

defi-stake-yield-brownie: from back end (create a farming smart contract/issue pool token/stake/unstake...) to Front-end ( build UI to use the smart contract)

Awesome Lists containing this project

README

          

Following
The aim of this repo is to go through all the steps from back end (create a farming smart contract) to Front-end ( build UI to use the smart contract).
The main steps: UI and in order to stake approved tokens, get rewards on pool issued token, and unstsake.
The code can be run locally or kovan test network.

Steps:
1. Farm contract
2. Dapp Token: ERC20 issued in order to reward the stakers
3. Stake to add approved token to the contract and unstake to remove them
4. Calculate the total value for each stakers positin in USD using Chain Link Price feed
5. Front End: yarn + @usedapp/core + @material-ui/core

From my Localhost:
DappToken