lunes-cli

Crates.iolunes-cli
lib.rslunes-cli
version0.3.0
sourcesrc
created_at2022-04-24 00:36:30.085951
updated_at2022-04-24 00:36:30.085951
descriptionCLI Manager for Lunes Full-Node write in Rust
homepagehttps://github.com/lunes-platform/lunes-cli
repository
max_upload_size
id572881
size33,165
Lucas Oliveira (olivmath)

documentation

README

Lunes CLI

Build Test Release

  • CLI Manager for Lunes Full-Node write in Rust

How to Install

Linux

  1. download the tasker-linux here
  2. mv tasker-linux /usr/bin/tasker
  3. chmod +x /usr/bin/taker

Windows

  1. download the tasker-windows.exe here
  2. rename tasker-windowns.exe tasker.exe
  3. move tasker.exe to C:\Windows\tasker.exe
  4. open start menu:
    • search for edit environment variables and open
    • click in environment variables > system variables > new
    • variable name: tasker
    • variable value: C:\Windows\tasker.exe
  5. restart the command prompt

How to Use

lunes

    node
        config [KEY_1=VALUE_1] [KEY_2=VALUE_2] [...]
        install [--version=0.0.1]
        status
        logs
        down
        up

    wallet
        new
        add [name=seed] [-p [name=private_key]]
        rename [old_name=new_name]
        remove [name]
        [name]
        list

Commit count: 0

cargo fmt