Skip to content

Commit 110a2cc

Browse files
authored
Update README.md
1 parent 36a6555 commit 110a2cc

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,29 @@
44

55
<p align="center">SDK for MyTonSwap DEX aggregator</p>
66

7+
# Mytonswap SDK
78

8-
Installation:
9+
The *Mytonswap SDK* is a comprehensive JavaScript library for integrating with the TON blockchain, allowing you to access assets, find optimal swap routes, and create swap payloads with ease. This SDK is designed to streamline TON blockchain interactions, making it suitable for DeFi applications, dApps, and wallets.
10+
11+
## Features
12+
13+
- **Access to TON Blockchain Assets**:
14+
- Retrieve a specific asset by address or identifier.
15+
- Fetch a paginated list of assets for browsing and filtering.
16+
- Search for assets by name, ticker, or other identifying information.
17+
18+
- **Token Swap Optimization**:
19+
- Calculate the best swap route between tokens to minimize fees and maximize returns.
20+
21+
- **Swap Payload Creation**:
22+
- Generate a ready-to-use payload for seamless token swaps on the TON blockchain.
23+
24+
- **Built-in Utility Functions**:
25+
- Easily convert between Ton units using `toNano` and `fromNano` functions.
26+
27+
28+
29+
## Installation
930

1031
```bash
1132
npm install @mytonswap/sdk

0 commit comments

Comments
 (0)