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 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T13:48:41.000Z (about 3 years ago)
- Last Synced: 2025-03-24T02:22:38.737Z (3 months ago)
- Topics: blockchain, cli, command-line, lunes, rust
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- 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
[](https://github.com/lunes-platform/lunes-cli/actions/workflows/build.yml)
[](https://github.com/lunes-platform/lunes-cli/actions/workflows/test.yml)
[](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
```