CircleChain PC Terminal Tools

Circle chain PC terminal tool: circle-cli

It's fancy and easy tool to use blockchain solutions.

Install

You must install JRE11 before using the tool:

Windows Users

  1. Pleae click to download: Download
  2. copy circle-cli-jar-with-dependencies.jar to the directory: C:\Users\Yoursname\.circle-cli
  3. Open windows command(click left corner buttons:"Start" => "Run" input: cmd)
  4. Change to the directory:C:\Users\Yoursname\.circle-cli
  5. Execute the following command:
java -jar circle-cli-jar-with-dependencies.jar
  1. Then you started the tool, please enjoy it.

Linux & Mac Users

  1. Excute the following command:
# Linux + Mac (Bash script)
curl -fsSL https://shc-prod.s3.ap-northeast-1.amazonaws.com/release/dist/install.sh | bash
source ~/.bashrc
# Mac (Zsh script)
curl -fsSL https://shc-prod.s3.ap-northeast-1.amazonaws.com/release/dist/install.sh | zsh
source ~/.zshrc
  1. After this command, just input "ccl" to start the tool:
localhost $ ccl

Functions and Mannual

Create Wallet

CIRCLE> cw

create wallet

List Wallet

CIRCLE> la

list address

List Public keys or Public key hashes

CIRCLE> lp

list public key

CIRCLE> lph

list public key hash

List wallet scores

CIRCLE> bow

list wallet balance

List wallet assets

CIRCLE> aow

list wallet assets

Check Transactions

CIRCLE> st

search transaction

Score Transaction

CIRCLE> pay

pay

Assets Transaction

CIRCLE> send

send

List Blockchains

CIRCLE> pc

print chain

print chain

Reset password

Reset login Password

CIRCLE> rp

reset login password

Reset pay Password

CIRCLE> rpp

reset pay password

Let me try

CIRCLE> lmt

lemetry

lemetry

Help

CIRCLE> help

help

Exit

CIRCLE> exit

exit