Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.33 KB

Fibrous Finance

Fibrous Finance is price exploration and routing algorithm across multiple AMMs that offers token exchanges with best and cheapest rate at Starknet Validity Rollup.

What is an AMM? An Automated Market Maker (AMM) is a type of decentralized finance (DeFi) protocol that facilitates the trading of assets on blockchain networks. AMMs are designed to automate the process of market making, traditionally performed by centralized exchanges with order books and liquidity providers.

AllAMMsinone


How to use Fibrous SDK

Firstly we will setup the enviroment for usage of fibrous-sdk and we will check some examples from main repo and understand how it works.

  1. Requirements
  2. Examples
  3. Account
  4. Fibrous Bot

Sources

  • Fibrous-SDK github repo is here.
  • For more documents about Fibrous are here availible.
  • Articles about Fibrous Finance you can find in medium.
  • More starknet js, typescript workshops are here.