0.1.0 • Published 2 years ago

@tact-lang/lite-client v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago