Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
| Get balance of given address |
| `sendtransaction ` |
  • `-t` true/false to use testnet
| Send transaction to wallet |
| `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!