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
- Pleae click to download: Download
- copy circle-cli-jar-with-dependencies.jar to the directory: C:\Users\Yoursname\.circle-cli
- Open windows command(click left corner buttons:"Start" => "Run" input: cmd)
- Change to the directory:C:\Users\Yoursname\.circle-cli
- Execute the following command:
java -jar circle-cli-jar-with-dependencies.jar
- Then you started the tool, please enjoy it.
Linux & Mac Users
- 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
- After this command, just input "ccl" to start the tool:
localhost $ ccl
Functions and Mannual
Create Wallet
CIRCLE> cw
List Wallet
CIRCLE> la
List Public keys or Public key hashes
CIRCLE> lp
CIRCLE> lph
List wallet scores
CIRCLE> bow
List wallet assets
CIRCLE> aow
Check Transactions
CIRCLE> st
Score Transaction
CIRCLE> pay
Assets Transaction
CIRCLE> send
List Blockchains
CIRCLE> pc
Reset password
Reset login Password
CIRCLE> rp
Reset pay Password
CIRCLE> rpp
Let me try
CIRCLE> lmt
Help
CIRCLE> help
Exit
CIRCLE> exit