Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.38 KB

File metadata and controls

48 lines (32 loc) · 1.38 KB

Simplicity Unchained CLI

Command-line interface for communicating with the Simplicity Unchained service and accessing various ecosystem utilities.

Commands

You can easily access command descriptions and information about available arguments by using the --help flag with any command. There is no need to duplicate this information here.

A CLI tool for Simplicity Unchained utilities

Usage: simplicity-unchained <COMMAND>

Commands:
  address  Address operations
  keypair  Keypair operations
  tx       Transaction operations
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Demo

You can run the demo script to see example usages of the CLI commands and an example of Simplicity Unchained capabilities.

Firstly, ensure you have the Simplicity Unchained service running.

cd service
cargo run --quiet -- start

Then, in a separate terminal, navigate to the cli directory and execute the demo script:

cd cli
./scripts/demo.sh

⚠️ Warning: Too many requests

The demo script interacts with the Liquid Testnet Faucet, which imposes a rate limit of 3 requests per minute per IP address. If you exceed this limit, the script may fail. If this happens, please wait at least one minute before running the script again.

Licence

See the LICENCE file for details.