Open
Description
Which features to add/implement next?
- Add support for TonCenter's API v3 #9
- Simple wrappers for all types of endpoints and protocols, like in ton-access (https://www.orbs.com/ton-access)
- Speed-up of mnemonics generation — currently it can take up to 1.5 minutes to generate one mnemonic list of 24 words, it can be improved like 10x :)
- Jetton API improvements: better defaults and examples of usage
- NFT API improvements: better defaults and examples of usage
- Tutorials for docs.ton.org on usage in Flutter or standalone Dart cli/web apps
- Rewrite parts in C/Zig, then use WASM
Doesn't make sense to implement here, needs a low-level implementation (C/C++, Zig, Rust, ...) + high-level wrappers (for this and other libraries):
- Standalone ADNL implementation for peer-to-peer communication with liteservers on TON Network. Similar to tonutils (in TypeScript) and tonutils-go. Very big endeavor, worthy of TON Bounty or a Grant.
P.S.: Track progress to match https://github.com/ton-org/ton and https://github.com/ton-org/ton-core
P.P.S: For better end-user API, consider moving from sealed classes to the following Union class as seen in dart-lang/sdk: