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

  1. Install CCL - Open Git Bash, MINGW, or MSYS terminal and execute:
curl -fsSL https://download.circlecoin.me/release/dist/install.sh | bash
  1. 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.

  1. Launch CCL - Close and reopen Command Prompt, then execute:
%USERPROFILE%\.ccl\ccl.bat

Linux & macOS Installation

  1. 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
  1. Add to PATH - Add CCL to your system PATH:
export PATH=~/.ccl:$PATH
  1. Launch CCL - Start the tool by typing:
localhost $ ccl

User Guide

Welcome Interface

welcome

Wallet Management

Create Wallet

CIRCLE> cw

create wallet

List Wallet Addresses

CIRCLE> la

list address

View Wallet Balance

CIRCLE> bow

list wallet balance

View Wallet Assets

CIRCLE> aow

list wallet assets

Transaction Operations

Execute Token Transfer

CIRCLE> pay

pay

Execute Asset Transfer

CIRCLE> send

send

Blockchain Data Access

View Blockchain Information

CIRCLE> pc

print chain

Security Management

Reset Login Password

CIRCLE> rp

reset login password

Reset Payment Password

CIRCLE> rpp

reset pay password

Utility Commands

Get the Currency for free!

CIRCLE> lmt

lemetry

Display Help Information

CIRCLE> help

help

Exit Application

CIRCLE> exit

exit