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

stellar-wallet-cli

v1.2.1

Published

Simple Stellar Wallet client, made in node using js-stellar-sdk

Downloads

40

Readme

Stellar Wallet

A lightweight command-line Stellar client built with node and the official js-stellar-sdk package.

Runs on Linux, Window and MacOSX

Network diagram

Functionalities

  • Generating a new wallet (works offline)
  • Checking the balance of an existing wallet
  • Making a payment from your existing wallet to another
  • Setting the inflation pool for your wallet

Installation

  1. Make sure you have the current Node LTS release (or higher) installed on your system
  2. Run npm install -g stellar-wallet-cli to install as a global dependency
  3. Run stellar-wallet-cli to use

Update with npm update -g stellar-wallet-cli


Usage:

Generating a new wallet

Pull the internet cord out of your computer (or disable wifi) and run the following command:

$ stellar-wallet-cli generate

Checking the balance of an existing wallet

To check the balance on your wallet, run:

$ stellar-wallet-cli balance

You'll be asked for the public address to check, or you can provide it directly on the command line:

$ stellar-wallet-cli balance GDBQN3B6R2TZGWH6YPH4BOLWIEPA7WR3WRVFPUMDRJGPVSEWZPGEB6JI

The output will also show if an inflation destination is set for this account and the last 10 transactions. To see more transactions, you can up the limit:

$ stellar-wallet-cli balance GDBQN3B6R2TZGWH6YPH4BOLWIEPA7WR3WRVFPUMDRJGPVSEWZPGEB6JI --limit [number]

Making a payment from your existing wallet to another

To make a payment from a wallet you control to another address, run:

$ stellar-wallet-cli pay

You'll be asked for the XLM amount to send, the destination address, the sender address and finally the sender secret.

Alternatively, you can provide these params on the command line:

$ stellar-wallet-cli pay --amount [number] --to [account] --memo [string|number]

Setting the inflation pool for your wallet

To set an inflation destination for your account, run:

$ stellar-wallet-cli set-inflation-pool

And provide the pool address and your secret key to continue. When complete you can verify if the pool is correctly set by running stellar-wallet-cli balance.

Inflation is explained here: https://www.stellar.org/developers/guides/concepts/inflation.html

My personal favorite pool: https://lumenaut.net/