Skip to content

Rust bindings and tools for The Open Network

License

Notifications You must be signed in to change notification settings

getgems-io/ton-grpc

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2025
Jan 22, 2025
Jan 22, 2025
Mar 22, 2024
Feb 21, 2025
Jan 22, 2025
Jan 21, 2025
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Jan 22, 2025
Jan 21, 2025
Sep 21, 2023
Jun 7, 2022
Dec 2, 2022
Jan 21, 2025
Feb 21, 2025
Feb 21, 2025
Nov 6, 2023
Apr 18, 2024
Apr 18, 2024
Jan 22, 2025

Repository files navigation

About

This repository contains Rust bindings for tonlibjson and services built on top of it.

ton-grpc

docker pull ghcr.io/getgems-io/ton-grpc
docker run --rm -p 50052:50052 ghcr.io/getgems-io/ton-grpc

ton-liteserver-client

Installation

[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