Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunes-platform/lunes-cli
🕹 Manager cli for Lunes Full-Node in Rust
https://github.com/lunes-platform/lunes-cli
blockchain cli command-line lunes rust
Last synced: 3 days ago
JSON representation
🕹 Manager cli for Lunes Full-Node in Rust
- Host: GitHub
- URL: https://github.com/lunes-platform/lunes-cli
- Owner: lunes-platform
- License: apache-2.0
- Created: 2022-04-03T00:29:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T13:48:41.000Z (over 2 years ago)
- Last Synced: 2025-01-14T22:52:06.886Z (7 days ago)
- Topics: blockchain, cli, command-line, lunes, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Lunes CLI
🕹 CLI Manager for Lunes Full-Node write in Rust
[![Build](https://github.com/lunes-platform/lunes-cli/actions/workflows/build.yml/badge.svg)](https://github.com/lunes-platform/lunes-cli/actions/workflows/build.yml)
[![Test](https://github.com/lunes-platform/lunes-cli/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/lunes-platform/lunes-cli/actions/workflows/test.yml)
[![Release](https://img.shields.io/github/v/release/lunes-platform/lunes-cli)](https://github.com/lunes-platform/lunes-cli/releases)## Install by Rust
- **needs [Rust](https://www.rust-lang.org/pt-BR/learn/get-started)**
```
cargo install lunes
```## Install by Linux
_Download the `lunes cli` [here](https://github.com/lunes-platform/lunes-cli/releases)_
*Move to `/usr/bin/` and rename to `lunes`*
```
mv lunes-* /usr/bin/lunes
```_Allow its execution_
```
chmod +x /usr/bin/lunes
```## How to Use
```
lunes
🕹 Lunes CLI management for full-node and walletUSAGE:
lunesOPTIONS:
-h, --help Print help informationSUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
node 🌎 Management your Lunes Node
wallet 🔑 Management your Lunes Wallet
```