kaplanmaxe / stellar-cli

Lightweight, CLI wallet for Stellar Lumens cryptocurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar-CLI

Build Status Known Vulnerabilities Coverage Status

Liteweight, CLI Stellar Lumens Wallet.

NOTE: This is open source software. By using this software, you agree that the developer is not responsible for any lost funds.

Installation

Yarn:

yarn global add stellar-cli

NPM:

npm install -g stellar-cli

Usage

See commands section below.

stellar-cli command...

Commands

Command Options Description
getnewaddress Generates new wallet public key/secret
getbalance <address>
  • -t true/false to use testnet
Get balance of given address
sendtransaction <privateKey> <destination> <amount>
  • -t true/false to use testnet
Send transaction to wallet
callfaucet <address> Asks friendbot for lumens. Works on testnet only.
voteforinflation <privateKey> <inflationDestination> Vote on an inflation destination.

Authors

Donations:

  • XLM: GB7YO7J6MMDQMVCFFUGEIY4TCX67P6QZRJ46ZVHCO5MQ6V7YXPWB7WHQ
  • BTC: 1MaxKapqcv8KVHw1mTzZd23uvntnLABvnB

Thanks!

About

Lightweight, CLI wallet for Stellar Lumens cryptocurrency


Languages

Language:JavaScript 100.0%