Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Sep 13, 2024
1 parent 018e980 commit 06cae3b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ To leverage Ton Dart's capabilities optimally, familiarity with TonApi and TonCe

### Examples

- Check [examples](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples) folder
-
- [JettonMinter](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/minter)
- [JettonWallet](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/minter)
- [StableJettonMinter](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/stable_minter)
- [StableJettonWallet](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/stable_minter)
- [NFTs](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/nft)
- [MultiOwner](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/multi_owner)
- [Highload](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/highload)
- [VersionedWallets](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/versioned_wallet)

#### Transfer TON

Expand Down Expand Up @@ -129,15 +135,6 @@ To leverage Ton Dart's capabilities optimally, familiarity with TonApi and TonCe
```

- Other Example:
- [JettonMinter](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/minter)
- [JettonWallet](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/minter)
- [StableJettonMinter](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/stable_minter)
- [StableJettonWallet](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/jetton/stable_minter)
- [NFTs](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/nft)
- [MultiOwner](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/multi_owner)
- [Highload](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/highload)
- [VersionedWallets](https://github.com/mrtnetwork/ton_dart/tree/main/example/lib/examples/wallet/versioned_wallet)

#### JSON-RPC

Expand Down

0 comments on commit 06cae3b

Please sign in to comment.