https://github.com/patrickalphac/chainlink_defi
Build a defi yield farmable dApp. Get started here.
https://github.com/patrickalphac/chainlink_defi
chainlink decentralized-applications decentralized-oracles defi price-feeds stake staking yield-farming
Last synced: 5 months ago
JSON representation
Build a defi yield farmable dApp. Get started here.
- Host: GitHub
- URL: https://github.com/patrickalphac/chainlink_defi
- Owner: PatrickAlphaC
- Created: 2020-09-11T14:09:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T22:15:45.000Z (over 3 years ago)
- Last Synced: 2025-05-10T22:52:23.507Z (5 months ago)
- Topics: chainlink, decentralized-applications, decentralized-oracles, defi, price-feeds, stake, staking, yield-farming
- Language: JavaScript
- Homepage:
- Size: 967 KB
- Stars: 176
- Watchers: 5
- Forks: 82
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chainlink_defi
This repo allows you to stake your FAU/LINK/DAPP or any accepted ERC20 and receive DAPP token as a reward (and can do yeild farming). It gets the Kovan price feed of the ERC with ETH to calculate value.
To get started clone this repo.
# Quickstart
Set your `MNEMONIC` and `RPC_URL`
```
export MNEMONIC="apple, cheese, etc...."
export KOVAN_RPC_URL="https://kovan.infura.io/v3/adfdsfasdfadsfasdfadfadfadf"```
You will need Truffle installed too
Then run:
```
yarn
truffle migrate --reset --network live
yarn start
```
You can now stake and unstake your mDAI. Once you have some staked, you can issue tokens.To issue tokens run
```
truffle exec scripts/issue-tokens.js
```