Skip to content

psolvy/ton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.4.9"}
  ]
end

Docs

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

Author

Ayrat Badykov (@ayrat555)

About

TON (The Open Network) SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Elixir 100.0%