1.1.5 • Published 2 years ago

tonstorage-cli v1.1.5

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

2 years ago

1.1.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago