
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@logsn/cli
Advanced tools
The Log Store CLI is a command-line tool for querying and storing data on the Log Store Network.
👉 See full documentation of the Log Store CLI
The Log Store Client can be installed using npm
, pnpm
or yarn
.
Depending on your unique setup and configuration, you may need to use the sudo command.
npm i -g @logsn/cli
The command logstore help
returns a list of all commands and option flags.
Usage: Log Store CLI [options] [command]
Query and Store on the Log Store Network.
Options:
-V, --version output the version number
-h, --host <string> Polygon/EVM Node RPC Endpoint
-w, --wallet <string> Wallet private key
-c, --config <string> Path to configuration file. Default to ~/.logstore-cli/default.json
-d, --debug Show debug logs
--help display help for command
Commands:
version Print runtime and protocol version
init [options] Creates a configuration file with default parameters
balance [options] View the LSAN token balance in your wallet, and available storage to use.
mint [options] <amount> Mint LSAN tokens for the Log Store Network
query Manage your Log Store Queries
store Manage your Log Stores
create-stream <name> Create Streamr stream to start storing data transported over the stream.
help [command] display help for command
$ logstore query stake --amount 1000000000000000000 --usd -h https://polygon_rpc_url
$ logstore store stake <streamId> --amount 1000000000000000000 -h https://polygon_rpc_url -w ...
Note: to use the CLI with the dev-network, it's important to set the environment variable USE_TEST_CONFIG=true
before running the CLI commands. This will use the correct configuration and addresses for the dev-network.
export USE_TEST_CONFIG="true"
logstore balance
FAQs
The Log Store Network CLI
We found that @logsn/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.