Coder Social home page Coder Social logo

johnathanwhite / defi-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zeriontech/defi-sdk

0.0 0.0 0.0 11.9 MB

DeFi SDK Makes Money Lego Work

Home Page: https://docs.zerion.io/defi-sdk/

License: GNU Lesser General Public License v3.0

Shell 0.04% JavaScript 45.24% TypeScript 1.31% Solidity 53.41%

defi-sdk's Introduction

Build status Test status Coverage status Lint status License Discord Twitter Follow

DeFi SDK is an open-source system of smart contracts that allows you to execute trades with ERC20 tokens and track balances on different protocols.

If you have any questions about DeFi SDK, feel free to reach out to us on our Discord server.

Features

💸Trade any ERC20 tokens on L2 chains using single Router contract

See How to swap ERC20 tokens using DeFi SDK Router

💥Query user assets and debt deposited in DeFi protocols like Maker, Aave, dYdX, etc.

How much debt does 0xdead..beef have on Compound?

📊Get the underlying components of complex derivative ERC20 tokens

How much cUSDC vs ETH does ETHMACOAPY have?

✨Interact with multiple DeFi protocols in a unified way

See How to interact with DeFi SDK contracts

Trading Features

  • Trade any ERC20 token
  • Two types of amounts: absolute (usual amount) and relative (percentage of balance)
  • Three types of permit() functions for approving tokens in the same transaction (EIP2612, DAI-like, Yearn-like)
  • Two types of swaps: with fixed input amount or fixed output amount
  • Two types of fees:
    • protocol fee managed by the Router contract owner with possibility of one-time discounts requiring signature of an address with the special role
    • marketplace fee managed by the transaction creator
  • Relayed transactions requiring just an EIP712 signature of the user

How to Add Your Adapter

Read-only and interactive adapters are maintained in master and interactive-updates branches of defi-sdk repo respectively.

The full instructions on how to add a custom adapters may be found in our docs.

If you have questions and/or want to add your adapter to Zerion reach out to us on our Discord server.

Addresses

All the deployed contracts' addresses are available here.

Security Vulnerabilities 🛡

If you discover a security vulnerability within DeFi SDK, please send us an e-mail at [email protected]. All security vulnerabilities will be promptly addressed.

The project uses Slither for security analysis. It should be previously installed (e.g. via pip).

Run npm run slither to run security checks.

Dev Notes

We use Hardhat, which runs tests extremely fast!

Also, we use Truffle Dashboard for secure deployment.

Installation

Run npm install to install all the dependencies.

Deployment

Run npm run truffle-dashboard to start the Truffle Dashboard.

Run npm run deploy:router:truffle-dashboard to deploy the Router contract. Sign deployment transaction in your browser at http://localhost:24012/.

Fill in address of newly deployed contract to scripts/deployment.js.

The same instruction applies to the SimpleCaller contract with deploy:sc:truffle-dashboard command.

After filling in fee beneficiary for the chosen network in scripts/deployment.js, initialize:router:truffle-dashboard command may be run.

Run npm run verify to verify contract on any block explorer. The respective <BLOCK_EXPLORER>_API_KEY filled in .env file is required for this step. See the hardhat.config.ts file for the details (etherscan field of config variable uses these API keys).

Testing & Coverage

The Router contract and its dependencies is fully covered with tests.

Run npm run test and npm run coverage to run tests or coverage respectively. INFURA_API_KEY filled in .env file is required for this step. REPORT_GAS filled in .env file enables/disables gas reports during tests.

Linting

Run npm run lint for both JS and Solidity linters.

Run npm run lint:eslint and npm run lint:solhint to run linter for JS and Solidity separately.

Serve docs

npm run docs:serve

License

All smart contracts are released under GNU LGPLv3 license.

defi-sdk's People

Contributors

sobolev-igor avatar cr-igor avatar sparrowdom avatar 0xbuidlman avatar coreycaplan3 avatar bugduino avatar mickdegraaf avatar evgeth avatar abalyasnikov avatar rockfridrich avatar omahs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.