Skip to content

Mulander-J/eulerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euler R

Blockchain command tool built with Rust.

Install

➜  cargo install eulerr

Commands

# Start
➜  eulerr
Rust toolbox for blockchain.

Usage: eulerr <COMMAND>

Commands:
  aptos  Aptos utils(e.g. faucet)
  sui    Sui utils(e.g. faucet)
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
# Version
➜  eulerr -V
# Aptos Commands
➜  eulerr aptos faucet [ACCOUNT] [AMOUNT]
# Sui Commands
➜  eulerr sui faucet [NETWORK] [ACCOUNT] [AMOUNT]