@tact-lang/lite-client
v0.1.0
Published
Low level client for TON blockchain.
Downloads
1
Keywords
Readme
TON Lite Client
Low level client for TON blockchain.
Installation
yarn install @tact-lang/lite-client ton ton-core ton-crypto
Usage
import { LiteClient } from "@tact-lang/lite-client";
const endpoint = {
};
const client = LiteClient.create([{ host: "localhost", publicKey: "...public key in base64..." }]);
License
MIT