SkillAgentSearch skills...

Ton

TON (The Open Network) SDK

Install / Use

/learn @ayrat555/Ton
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Ton

TON (The Open Network) SDK. It has the following features:

  • Generate a random mnemonic
  • Generate a seed from a mnemonic
  • Generate public and private keys from a seed
  • Generate a v4r2 wallet from a public key
  • Parse an address
  • Create a transaction which can be submitted using TON API

The library doesn't include an http client

Installation

The package can be installed by adding ton to your list of dependencies in mix.exs:

def deps do
  [
    {:ton, "~> 0.5.1"}
  ]
end

Docs

The docs can be found at https://hexdocs.pm/ton

Author

Ayrat Badykov (@ayrat555)

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Elixir

Security Score

95/100

Audited on Jan 18, 2026

No findings