Skip to content

Commit

Permalink
Merge pull request #7 from SirRramirez/Rango-update
Browse files Browse the repository at this point in the history
Update README.md for slight AMM aggregator changes
  • Loading branch information
0xperp authored Aug 6, 2024
2 parents e09874c + 582fd35 commit e05bca1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Source [Mooniswap Whitepaper](https://mooniswap.exchange/docs/MooniswapWhitePape

# AMM Aggregator

Rango V2 smart contract aggregates and optimizes EVM chains through Uni V2, V3, curve pools and prominent well-audited bridges. Rango V2 employs the diamond design pattern in its architecture, incorporating facets, middlewares, and helper/library contracts. This transition automates a modular design similar to Ethereum Improvement Proposal (EIP) 2535, uniting over 250 EVM smart contracts.
[Rango](https://rango.exchange) V2 smart contract aggregates and optimizes EVM chains through Uni V2, V3, curve pools and prominent well-audited bridges. Rango V2 employs the [diamond design pattern in its architecture](https://docs.rango.exchange/smart-contracts/architecture), incorporating facets, middlewares, and helper/library contracts. This transition automates a modular design similar to Ethereum Improvement Proposal (EIP) 2535, uniting over 250 EVM smart contracts.

### There are two main type of contracts:
- **`Diamond`** : Handles swap and bridge transactions `(RangoDiamond.sol)`.
Expand All @@ -127,7 +127,7 @@ Stargate Middleware: `RangoStargateMiddleware.sol`,
<img src="https://github.com/user-attachments/assets/9ed1153e-bed3-40e2-99f5-9484fbbbbad9" alt="Swap bridge"/>
</p>

Rango provides a versatile cross-chain service (API/SDK/widget) that helps dApps and wallets get free from hassles of connecting to various AMMs and blockchains, tracking transactions, verifying third-party providers, etc.
Rango provides a versatile [cross-chain service (API/SDK/widget)](https://app.rango.exchange/bridge) that helps dApps and wallets get free from hassles of connecting to various AMMs and blockchains, tracking transactions, verifying third-party providers, etc.
The API consists of just a few endpoints that have abstracted away a very huge amount of complexity in the server's side, such that making a fully-working cross-chain dApp over any Ethereum-based blockchains is a piece of cake.

<p align="center">
Expand All @@ -137,11 +137,13 @@ The API consists of just a few endpoints that have abstracted away a very huge a
## Resources
- [Swap aggregation](https://docs.rango.exchange/api-integration/swap-aggregation)
- [Supported AMMs & chains](https://docs.rango.exchange/integrations)
- [Smart contracts architecture](https://docs.rango.exchange/smart-contracts/architecture)
- [Audit reports](https://github.com/rango-exchange/rango-contracts-v2/tree/main/audits)
- [Report bug or contribute](https://github.com/rango-exchange)
- [Widget examples for different frameworks](https://github.com/rango-exchange/widget-examples)
- [Report bug or contribute](https://github.com/rango-exchange)

## Products
- [Rango app](https://app.rango.exchange/bridge)
- [Plug-and-play widget integration docs](https://docs.rango.exchange/widget-integration/overview)
- [Widget test live demo](https://widget.rango.exchange)
- [Customize widget](https://playground.rango.exchange)
Expand Down

0 comments on commit e05bca1

Please sign in to comment.