From 582fd358059307ebd2a92b893d2c81a98653c24b Mon Sep 17 00:00:00 2001 From: SirRramirez <142826264+SirRramirez@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:35:45 +0300 Subject: [PATCH] Update README.md for slight AMM aggregator changes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59edd32..b2637a3 100644 --- a/README.md +++ b/README.md @@ -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)`. @@ -127,7 +127,7 @@ Stargate Middleware: `RangoStargateMiddleware.sol`,
-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.@@ -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)