0.1.0 • Published 1 year ago

@tact-lang/lite-client v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.0

1 year ago