Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 18 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:18:38.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T10:53:07.461Z (3 months ago)
- Topics: stellar, stellar-network
- Language: JavaScript
- Homepage:
- Size: 773 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar-CLI
[![Build Status](https://travis-ci.org/kaplanmaxe/stellar-cli.svg?branch=master)](https://travis-ci.org/kaplanmaxe/stellar-cli)
[![Known Vulnerabilities](https://snyk.io/test/github/kaplanmaxe/stellar-cli/badge.svg?targetFile=package.json)](https://snyk.io/test/github/kaplanmaxe/stellar-cli?targetFile=package.json)
[![Coverage Status](https://coveralls.io/repos/github/kaplanmaxe/stellar-cli/badge.svg)](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!