GithubHelp home page GithubHelp logo

andacovunc / fibrous-aggregator-contracts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fibrous-finance/fibrous-aggregator-contracts

0.0 0.0 0.0 50 KB

AMM Aggregator contracts written in Cairo

Cairo 100.00%

fibrous-aggregator-contracts's Introduction

Fibrous Aggregator Contract

This repository includes the contracts used to execute routes found by Fibrous API. You can visit testnet.fibrous.finance to see it in the work.

Warning Fibrous is in its early stages of development. Use the code at your own risk.

contracts
├── amm
│   ├── amm_1.cairo
│   ├── amm_1_oracle.cairo
│   └── amm_1_swapper.cairo
├── erc20_self_mintable.cairo
├── interfaces
│   ├── IOracle.cairo
│   ├── ISwapHandler.cairo
│   └── ISwapper.cairo
├── router.cairo
└── swap_handler.cairo

contracts/router.cairo holds the Router contract that executes a given quote.
contracts/swap_handler.cairo executes a single quotes on a given protocol
contracts/amm holds the example AMM contracts we demonstrate our routing algorithm with
contracts/interfaces includes various interfaces used in the contracts
contracts/erc20_self_mintable.cairo is the faucet token we use in the application

Contributing

Contributions are very welcome, but as this is a very early version of the code, breaking changes by our side is a possibility.

fibrous-aggregator-contracts's People

Contributors

0xkermo avatar zetsuboii 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.