https://github.com/getgems-io/ton-grpc
Rust bindings and tools for The Open Network
https://github.com/getgems-io/ton-grpc
the-open-network ton
Last synced: about 2 months ago
JSON representation
Rust bindings and tools for The Open Network
- Host: GitHub
- URL: https://github.com/getgems-io/ton-grpc
- Owner: getgems-io
- License: mit
- Created: 2022-05-21T17:11:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-02T15:18:44.000Z (2 months ago)
- Last Synced: 2026-04-03T08:34:23.890Z (2 months ago)
- Topics: the-open-network, ton
- Language: Rust
- Homepage:
- Size: 2.51 MB
- Stars: 311
- Watchers: 19
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# About
This repository contains Rust bindings for tonlibjson and services built on top of it.
## ton-grpc
```bash
docker pull ghcr.io/getgems-io/ton-grpc
docker run --rm -p 50052:50052 ghcr.io/getgems-io/ton-grpc
```
## ton-liteserver-client
### Installation
```toml
[dependencies]
ton-liteserver-client = { git = "https://github.com/getgems-io/ton-grpc.git" }
tokio = "1.37"
tower = "0.4"
```
### Usage
See `ton-liteserver-client/examples`