tonstorage-cli
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

TON Storage CLI

TON Storage CLI is a Node.js application that you can use to connect to and interact with storage-daemon.

Go to the documentation for detailed information.

Installation

npm install tonstorage-cli --save
import { TonstorageCLI } from "tonstorage-cli";

const tonstorage = new TonstorageCLI({
  bin: "/root/storage-daemon-cli",
  host: "127.0.0.1:5555",
  database: "/var/ton-storage",
  timeout: 5000,
});

License

Released under the MIT License.

Package Sidebar

Install

npm i tonstorage-cli

Weekly Downloads

3

Version

1.1.5

License

MIT

Unpacked Size

28 kB

Total Files

11

Last publish

Collaborators

  • ndatg