Skip to content

Commit 6267f85

Browse files
authored
Update README.md
1 parent 256b2f7 commit 6267f85

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,64 +6,62 @@
66
[![Live](https://img.shields.io/badge/Status-Live-success)](https://mangoswap.xyz)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

9-
A next-generation decentralized exchange built on Base, offering seamless token swaps with advanced trading features and a beautiful user experience.
9+
A next-generation decentralized exchange built on Base, offering seamless token swaps with scheduled trading and gas-free transactions.
1010

1111
🌐 **[Try MangoSwap →](https://mangoswap.xyz)**
1212

1313
---
1414

15-
<div align="center">
16-
<img src="docs/images/onboarding-hero.jpg" alt="MangoSwap - Sweet Swaps on Base" width="70%">
17-
<p><em>Trade tokens on Base in seconds with our intuitive interface</em></p>
18-
</div>
15+
[![MangoSwap - Sweet Swaps on Base](docs/images/onboarding-hero.jpg)](docs/images/onboarding-hero.jpg)
16+
17+
*Trade tokens on Base in seconds with our intuitive interface*
1918

2019
---
2120

2221
## ✨ Features
2322

2423
### 🚀 Instant Swaps
25-
Trade any token on Base in seconds with minimal slippage and best price execution.
2624

27-
### 🎯 Limit Orders
28-
Set your target price and let orders execute automatically when the market hits your price—no need to watch charts all day.
25+
Trade any token on Base in seconds with minimal slippage and best price execution.
2926

3027
### ⏰ Scheduled Swaps
28+
3129
Automate recurring trades on a daily, weekly, or monthly schedule. Perfect for DCA strategies.
3230

3331
### ⛽ Gas-Free Transactions
32+
3433
Powered by Coinbase Paymaster—trade without worrying about gas fees.
3534

3635
### 📦 Transaction Batching
36+
3737
Built with EIP-5792 support for efficient batch transactions and improved UX.
3838

3939
---
4040

4141
## 📸 Screenshots
4242

43-
<div align="center">
44-
<img src="docs/images/swap-interface.jpg" alt="Swap Interface" width="30%">
45-
<img src="docs/images/limit-orders.jpg" alt="Limit Orders" width="30%">
46-
<img src="docs/images/scheduled-trades.jpg" alt="Scheduled Trades" width="30%">
47-
</div>
43+
[![Swap Interface](docs/images/swap-interface.jpg)](docs/images/swap-interface.jpg)
44+
[![Scheduled Trades](docs/images/scheduled-trades.jpg)](docs/images/scheduled-trades.jpg)
4845

4946
*Clean, intuitive interface for seamless trading on Base*
5047

5148
---
5249

5350
## 🏗️ Built With
5451

55-
- **Frontend**: React, TypeScript, TailwindCSS
56-
- **Blockchain**: Solidity, Base (Ethereum L2)
57-
- **Web3**: Wagmi, Viem, RainbowKit
58-
- **Smart Contracts**: EIP-5792 (Batch Transactions)
59-
- **Sponsorship**: Coinbase Paymaster for gas-free txs
52+
* **Frontend**: React, TypeScript, TailwindCSS
53+
* **Blockchain**: Solidity, Base (Ethereum L2)
54+
* **Web3**: Wagmi, Viem, RainbowKit
55+
* **Smart Contracts**: EIP-5792 (Batch Transactions)
56+
* **Sponsorship**: Coinbase Paymaster for gas-free txs
6057

6158
---
6259

6360
## 📝 Smart Contracts
6461

6562
**Base Mainnet:**
66-
- Router Contract: [`0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16`](https://basescan.org/address/0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16)
63+
64+
* Router Contract: [`0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16`](https://basescan.org/address/0xb81fea65B45D743AB62a1A2B351f4f92fb1d4D16)
6765

6866
All contracts are verified on Basescan.
6967

@@ -78,12 +76,14 @@ MangoSwap is part of the **Base Build** cohort, building the future of DeFi on B
7876
## 🚦 Getting Started
7977

8078
### Prerequisites
81-
```bash
79+
80+
```
8281
node >= 18.0.0
8382
npm or yarn
8483
```
8584

8685
### Installation
86+
8787
```bash
8888
# Clone the repository
8989
git clone https://github.com/plagtech/mangoswap.git
@@ -99,8 +99,10 @@ npm run dev
9999
```
100100

101101
### Environment Variables
102+
102103
Create a `.env.local` file:
103-
```env
104+
105+
```
104106
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_project_id
105107
NEXT_PUBLIC_BASE_RPC_URL=https://mainnet.base.org
106108
```
@@ -127,11 +129,11 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
127129

128130
## 🔗 Links
129131

130-
- **Website**: [mangoswap.xyz](https://mangoswap.xyz)
131-
- **Twitter**: [@mngoswp](https://twitter.com/mngoswp)
132-
- **Farcaster**: [@plag](https://farcaster.xyz/plag)
133-
- **Base App**: plag.farcaster.eth
134-
- **Base**: [base.org](https://base.org)
132+
* **Website**: [mangoswap.xyz](https://mangoswap.xyz)
133+
* **Twitter**: [@mngoswp](https://twitter.com/mngoswp)
134+
* **Farcaster**: [@plag](https://farcaster.xyz/plag)
135+
* **Base App**: plag.farcaster.eth
136+
* **Base**: [base.org](https://base.org)
135137

136138
---
137139

@@ -141,6 +143,4 @@ Questions or feedback? Reach out on [Twitter](https://twitter.com/mngoswp) or [F
141143

142144
---
143145

144-
<div align="center">
145-
<sub>Built with ❤️ on Base</sub>
146-
</div>
146+
Built with ❤️ on Base

0 commit comments

Comments
 (0)