Skip to content

Proposals for the future #8

Open
@novusnota

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):

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:

https://github.com/dart-lang/sdk/blob/957e06e3235f8746464cd66491b28cfbbad27baf/pkg/analysis_server/tool/lsp_spec/meta_model.dart#L329

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions