All Projects → ialberquilla → aave-liquidation

ialberquilla / aave-liquidation

Licence: other
Liquidation Aave protocol example

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aave-liquidation

apr-oracle
On-chain APR aggregator for dYdX, Fulcrum, Compound, and Aave
Stars: ✭ 21 (-58%)
Mutual labels:  defi, aave
mev-inspect-rs
Discover historic Miner Extractable Value (MEV) opportunities
Stars: ✭ 443 (+786%)
Mutual labels:  liquidation, defi
governance-crosschain-bridges
This repo contains the crosschain governance bridges used for the aave markets deployed across different networks
Stars: ✭ 116 (+132%)
Mutual labels:  defi, aave
compound-governance-examples
Examples for building on Compound Protocol Community Governance.
Stars: ✭ 52 (+4%)
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 (+24%)
Mutual labels:  defi
chainlink defi
Build a defi yield farmable dApp. Get started here.
Stars: ✭ 134 (+168%)
Mutual labels:  defi
defi-portfolio
t.me/defichainportfolio
Stars: ✭ 32 (-36%)
Mutual labels:  defi
yam-www
Yam website.
Stars: ✭ 41 (-18%)
Mutual labels:  defi
cyclone-contracts
Cyclone is a multi-chain, non-custodial, privacy-preserving protocol. Cyclone applies zkSNARKs to enable transactional privacy by breaking the on-chain link between depositor and recipient addresses. It uses a smart contract that accepts coins/tokens deposits, which can be withdrawn by a different address. Whenever an asset is withdrawn from Cyc…
Stars: ✭ 49 (-2%)
Mutual labels:  defi
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 (-14%)
Mutual labels:  defi
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (+578%)
Mutual labels:  defi
dfips
DeFiChain Improvement Proposals (DFIP) & Community Fund Proposals (CFP)
Stars: ✭ 111 (+122%)
Mutual labels:  defi
idle-contracts
idle.finance
Stars: ✭ 30 (-40%)
Mutual labels:  defi
harbinger
Harbinger is a decentralized price oracle solution for price feeds on the Tezos network. This repository contains top level documentation for the project.
Stars: ✭ 39 (-22%)
Mutual labels:  defi
core
SIREN Core Smart Contracts
Stars: ✭ 39 (-22%)
Mutual labels:  defi
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+148%)
Mutual labels:  defi
Scrypto-Advent-Calendar
Scrypto Advent Calendar. Learn the new programming langage to build secure DeFi applications quickly.
Stars: ✭ 22 (-56%)
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 (-48%)
Mutual labels:  defi
mai-protocol
A Protocol for trading decentralized derivatives on Ethereum
Stars: ✭ 22 (-56%)
Mutual labels:  defi
enzyme-subgraph
The official subgraph the Enzyme protocol.
Stars: ✭ 20 (-60%)
Mutual labels:  defi

Liquidation Aave protocol example

This repository is created only with educational purposes, it may contain errors. Use by your OWN risk

More info in Medium post

Installation instructions

  1. Create the .env file mv .env.template .env

  2. Fill the variables in the .env file

  3. Install dependencies npm install

Integration test

This is an integration test, and will call external resources in ropsten network

  1. Fill the test data

  2. Execute test npm test

Execute liquidation

  1. Fill the data on app.js

  2. Execute liquidation script npm start

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].