https://github.com/kaplanmaxe/stellar-cli
Lightweight, CLI wallet for Stellar Lumens cryptocurrency
https://github.com/kaplanmaxe/stellar-cli
stellar stellar-network
Last synced: about 1 year ago
JSON representation
Lightweight, CLI wallet for Stellar Lumens cryptocurrency
- Host: GitHub
- URL: https://github.com/kaplanmaxe/stellar-cli
- Owner: kaplanmaxe
- Created: 2018-01-06T02:34:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:18:38.000Z (over 3 years ago)
- Last Synced: 2025-03-24T11:07:38.190Z (about 1 year ago)
- Topics: stellar, stellar-network
- Language: JavaScript
- Homepage:
- Size: 773 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar-CLI
[](https://travis-ci.org/kaplanmaxe/stellar-cli)
[](https://snyk.io/test/github/kaplanmaxe/stellar-cli?targetFile=package.json)
[](https://coveralls.io/github/kaplanmaxe/stellar-cli)
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
` | - `-t` true/false to use testnet
| `sendtransaction ` |
- `-t` true/false to use testnet
| `callfaucet ` | | Asks friendbot for lumens. Works on testnet only. |
| `voteforinflation ` | | Vote on an inflation destination. |
### Authors
- [Max Kaplan](https://twitter.com/maxekaplan)
### Donations:
- XLM: GB7YO7J6MMDQMVCFFUGEIY4TCX67P6QZRJ46ZVHCO5MQ6V7YXPWB7WHQ
- BTC: 1MaxKapqcv8KVHw1mTzZd23uvntnLABvnB
Thanks!