This repository contains Rust bindings for tonlibjson and services built on top of it.
docker pull ghcr.io/getgems-io/ton-grpc
docker run --rm -p 50052:50052 ghcr.io/getgems-io/ton-grpc
[dependencies]
ton-liteserver-client = { git = "https://github.com/getgems-io/ton-grpc.git" }
tokio = "1.37"
tower = "0.4"
See ton-liteserver-client/examples