CircleChain Command Line Interface (CLI)
Overview
The CircleChain Command Line Interface (CCL) is a powerful and user-friendly terminal-based tool for interacting with the CircleChain blockchain network. It provides comprehensive functionality for wallet management, transaction processing, and blockchain data access through an intuitive command-line interface.
Key Features
- Multi-Platform Support - Compatible with Windows, Linux, and macOS
- Wallet Management - Create, manage, and monitor digital wallets
- Transaction Processing - Execute secure digital asset transfers
- Blockchain Data Access - Query blocks, transactions, and network state
- Security Features - Built-in cryptographic functions and key management
- Interactive Interface - User-friendly command-line experience
Installation Guide
Windows Installation
- Install CCL - Open Git Bash, MINGW, or MSYS terminal and execute:
curl -fsSL https://download.circlecoin.me/release/dist/install.sh | bash
- Configure Terminal - Open Command Prompt and run this command once (one-time setup):
reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1 /f
Note: This command only needs to be executed once. After completion, proceed to step 3.
- Launch CCL - Close and reopen Command Prompt, then execute:
%USERPROFILE%\.ccl\ccl.bat
Linux & macOS Installation
- Install CCL - Execute the appropriate command for your shell:
# For Linux and macOS (Bash)
curl -fsSL https://download.circlecoin.me/release/dist/install.sh | bash
# For macOS (Zsh)
curl -fsSL https://download.circlecoin.me/release/dist/install.sh | zsh
- Add to PATH - Add CCL to your system PATH:
export PATH=~/.ccl:$PATH
- Launch CCL - Start the tool by typing:
localhost $ ccl
User Guide
Welcome Interface
Wallet Management
Create Wallet
CIRCLE> cw
List Wallet Addresses
CIRCLE> la
View Wallet Balance
CIRCLE> bow
View Wallet Assets
CIRCLE> aow
Transaction Operations
Execute Token Transfer
CIRCLE> pay
Execute Asset Transfer
CIRCLE> send
Blockchain Data Access
View Blockchain Information
CIRCLE> pc
Security Management
Reset Login Password
CIRCLE> rp
Reset Payment Password
CIRCLE> rpp
Utility Commands
Get the Currency for free!
CIRCLE> lmt
Display Help Information
CIRCLE> help
Exit Application
CIRCLE> exit