npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ldpos-commander

v1.5.0

Published

CLI client for LDPoS blockchains.

Downloads

21

Readme

ldpos-commander

CLI client for LDPoS blockchains

EXAMPLE NODE: 34.227.22.98 PORT: 8001

ldpos 34.227.22.98:8001 account list by-balance

Installation

npm i -g ldpos-commander

Commands

This interface can be used both interactively and non-interactively:

Usage interactively: ldpos (OPTIONAL: -pmf)

OR

Usage non-interactively: ldpos (OPTIONAL: -pmf) (OPTIONAL: ip or ip:port) [command]
ip:port - Default port is 8001. If not provided it will prompt you in the steps.
eg.: ldpos 192.168.0.1 wallet get
eg.: ldpos 192.168.0.1:8003 wallet get

Options accepted both interactively and non-interactively:
  (option -p) PASSPHRASE
  (option -m) MULTISIGPASSPHRASE
  (option -f) FORGINGPASSPHRASE

login                                                                                                  Login with a passphrase. Intended for interactive mode only
exit                                                                                                   Exits the process
v                                                                                                      No description available
version                                                                                                No description available
wallet list outbound-transactions                                                                      Check your outbound transactions
wallet list inbound-transactions                                                                       Check your inbound transactions
wallet list pending-transactions outbound                                                              Check your pending outbound transactions
wallet list votes                                                                                      Check your votes
wallet get balance                                                                                     Get the balance of your wallet
wallet get                                                                                             Check your account
config show                                                                                            Get filepaths to the configs
config clean key-indexes                                                                               Cleans key indexes
config clean passphrases                                                                               Removes the passphrase
config clean signatures default-path                                                                   Removes the default path (IMPORTANT: this action is irreversible)
config clean signatures                                                                                Removes all signatures in the default path (IMPORTANT: this action is irreversible)
config clean                                                                                           Removes config file with server ip, port and networkSymbol (IMPORTANT: this action is irreversible)
config network-symbol current                                                                          Gets current networkSymbol
config network-symbol change                                                                           Change the protocol
transaction list                                                                                       Get a list of all transactions on the chain by timestamp
transaction get                                                                                        Get a transaction, accepts an id as argument. If not provided it prompts it.
transaction create multisig-transfer                                                                   Transfers to a multisig wallet
transaction sign multisig-transfer                                                                     Transfers to a multisig wallet
transaction post transfer                                                                              Transfer to a wallet
transaction post vote                                                                                  Vote a delegate
transaction post unvote                                                                                Unvote a delegate
transaction post multisig-transaction                                                                  Transfers to a multisig wallet
transaction post register-multisig-wallet                                                              Register a multisigwallet
transaction post register-multisig-details                                                             Register a registerMultisigDetails
transaction post register-sig-details                                                                  Register a registerSigDetails
transaction post register-forging-details                                                              Register a registerForgingDetails
transaction count pending                                                                              List pending transactions
account list outbound-transactions                                                                     Check the outbound transactions of a wallet address
account list inbound-transactions                                                                      Check the inbound transactions of a wallet address
account list pending-transactions                                                                      Check the pending outbound transactions of a wallet address
account list votes                                                                                     Check the votes of a wallet address
account list by-balance                                                                                List accounts
account list multisig-wallet-members                                                                   Get wallet members
account get balance                                                                                    Get the balance of an account
account get                                                                                            Get a account, accepts an address as argument if run non-interactively. If not provided it prompts it.
account generate                                                                                       Generates a new wallet
delegate get                                                                                           Gets a delegate, accepts an address as argument if run non-interactively. If not provided it prompts it.
delegate list forging-delegates                                                                        List forging deletes
delegate list by-vote-weight                                                                           Delegates by weight in votes
node info                                                                                              Get info about the node
block get max-height                                                                                   Get the max height
block get                                                                                              Get block by id
block list                                                                                             List all blocks