Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Jun 11, 2024
1 parent 9dd9ad5 commit 0814d5e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ migrate_working_dir/
**/doc/api/
.dart_tool/
build/
*.zip
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

Ton Dart is a versatile package tailored for seamless integration with TonApi and TonCenter RPC APIs. It empowers developers to effortlessly create, sign, and dispatch transactions while offering robust support for Boc Serialization.

Designed to streamline interactions with Ton wallets such as WalletContract 1 to 4, HighloadWallet 3, and Jetton wallets, Ton Dart ensures smooth communication and transaction management within the Ton network.
Designed to streamline interactions with Ton wallets such as Basic wallets 1 to 4, Highload Wallet V3, and Jetton Wallet, Ton Dart ensures smooth communication and transaction management within the Ton network.

With Ton Dart, you can harness advanced cryptographic capabilities for secure transaction signing and verification, enhancing the integrity of your operations. Whether you're executing runtime calls or querying accounts, TonDart provides a comprehensive toolkit to handle various data formats and cryptographic operations effectively.

To leverage Ton Dart's capabilities optimally, familiarity with TonApi and TonCenter RPC APIs is recommended. TonDart simplifies complex tasks, making it an indispensable tool for developers navigating the Ton ecosystem.
To leverage Ton Dart's capabilities optimally, familiarity with TonApi and TonCenter RPC APIs is recommended. Ton Dart simplifies complex tasks, making it an indispensable tool for developers navigating the Ton ecosystem.

## Futures

- **Transaction Management**
- Create, sign, and verify transactions using ED25519.
- Support for generating and managing addresses.

- **JSON-RPC**
- Communication with TonApi and TonCenter.
Expand All @@ -21,12 +20,14 @@ To leverage Ton Dart's capabilities optimally, familiarity with TonApi and TonCe
- TON BOC serialization is a method for encoding and decoding data structures into a binary format within the Telegram Open Network.

- **Contract**
- Provides support for Wallet Contracts 1 through 4.
- Provides support for Basic wallets 1 through 4.
- Offers support for deploying tokens and transferring jettos with Minter and Jetton wallets.
- Highload Wallet v3

### Examples

- Check [examples](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples) folder

#### Transfer TON

- transfer
Expand Down
Binary file removed lib 2.zip
Binary file not shown.
Binary file removed lib 3.zip
Binary file not shown.
Binary file removed lib 4.zip
Binary file not shown.
Binary file removed lib 5.zip
Binary file not shown.
Binary file removed lib.zip
Binary file not shown.

0 comments on commit 0814d5e

Please sign in to comment.