All Projects → PatrickAlphaC → chainlink_defi

PatrickAlphaC / chainlink_defi

Licence: other
Build a defi yield farmable dApp. Get started here.

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to chainlink defi

DeFi-Map
List of decentralized finance projects on Ethereum.
Stars: ✭ 49 (-63.43%)
Mutual labels:  decentralized-applications, defi
octofi-app-aquafarm
OctoFi - Track your DeFi portfolio, find new investment opportunities, buy and sell directly, and wrap your tentacles around a sea of gains. Hosted on Github Pages.
Stars: ✭ 36 (-73.13%)
Mutual labels:  defi, yield-farming
stock-dex
As a response to the restrictions many have faced due to the $GME short squeeze mania, many have called for the creation of a decentralized stock exchange. This is what we are going to provide
Stars: ✭ 26 (-80.6%)
Mutual labels:  decentralized-applications, defi
defi
Tools for use in DeFi. Impermanent Loss calculations, staking and farming strategies, coingecko and pancakeswap API queries, liquidity pools and more
Stars: ✭ 464 (+246.27%)
Mutual labels:  stake, defi
yield-farmers-almanac
👨‍🌾 Yield Farmers' Almanac provides clear and accessible information on yield farming opportunities within the DeFi and Ethereum community.
Stars: ✭ 46 (-65.67%)
Mutual labels:  defi, yield-farming
MultiDexArbBot
This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
Stars: ✭ 67 (-50%)
Mutual labels:  defi
Graph-Academy-Hub
The Graph Hub is a free, open-source and community-driven knowledge base and documentation initiative on The Graph Protocol. The vision of The Graph Academy is to establish a single go-to-resource for essential information about The Graph Protocol.
Stars: ✭ 62 (-53.73%)
Mutual labels:  defi
ap-monorepo
Monorepo containing all packages related to the ACTUS Protocol
Stars: ✭ 15 (-88.81%)
Mutual labels:  defi
Scatter-Demos
A set of integration demos using eosjs and Scatter
Stars: ✭ 80 (-40.3%)
Mutual labels:  decentralized-applications
polkaswap-web
Polkaswap is a non-custodial, cross-chain AMM DEX protocol for swapping tokens based on Polkadot and Kusama relay chains, Polkadot and Kusama parachains, and blockchains directly connected via bridges. Polkaswap removes trusted intermediaries and provides the opportunity for faster trading.
Stars: ✭ 43 (-67.91%)
Mutual labels:  defi
prop
An open and opinionated trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation.
Stars: ✭ 26 (-80.6%)
Mutual labels:  defi
compound-governance-examples
Examples for building on Compound Protocol Community Governance.
Stars: ✭ 52 (-61.19%)
Mutual labels:  defi
digital-copyright
Stamp your code with a trackable digital copyright
Stars: ✭ 17 (-87.31%)
Mutual labels:  defi
dfips
DeFiChain Improvement Proposals (DFIP) & Community Fund Proposals (CFP)
Stars: ✭ 111 (-17.16%)
Mutual labels:  defi
UpSideDai
⬆️ Take a HIGHLY leveraged position on the future price of DAI 📈.
Stars: ✭ 26 (-80.6%)
Mutual labels:  defi
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (+152.99%)
Mutual labels:  defi
denarius
Denarius [$D] is a PoW/PoS Hybrid Cryptocurrency with Tribus a new PoW Hashing Algo built specifically for D, one of a kind hybrid masternodes called Fortuna Stakes, atomic swaps, staking, mining, IPFS, optional Native Tor and I2P, and much more!
Stars: ✭ 105 (-21.64%)
Mutual labels:  stake
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (-7.46%)
Mutual labels:  defi
mai-protocol
A Protocol for trading decentralized derivatives on Ethereum
Stars: ✭ 22 (-83.58%)
Mutual labels:  defi
yam-www
Yam website.
Stars: ✭ 41 (-69.4%)
Mutual labels:  defi

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].