Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayrat555/ton
TON (The Open Network) SDK
https://github.com/ayrat555/ton
blockchain elixir ton
Last synced: 11 days ago
JSON representation
TON (The Open Network) SDK
- Host: GitHub
- URL: https://github.com/ayrat555/ton
- Owner: ayrat555
- License: mit
- Created: 2022-12-02T08:29:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T13:30:34.000Z (4 months ago)
- Last Synced: 2024-10-04T12:50:47.106Z (about 1 month ago)
- Topics: blockchain, elixir, ton
- Language: Elixir
- Homepage:
- Size: 303 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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 APIThe library doesn't include an http client
## Installation
The package can be installed by adding `ton` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ton, "~> 0.4.8"}
]
end
```## Docs
The docs can be found at [https://hexdocs.pm/ton](https://hexdocs.pm/ton/Ton.html)
## Author
Ayrat Badykov (@ayrat555)