1.1.5 • Published 10 months ago

tonstorage-cli v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

1.1.1

10 months ago

1.1.0

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago