Skip to content

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

License

Notifications You must be signed in to change notification settings

ndatg/tonstorage-cli

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks