CyberSoul CLI
A decentralized profile CLI tool for managing Soul Bound Token (SBT) profiles based on ERC-7866
What is CyberSoul?
CyberSoul lets you create and manage decentralized user profiles as Soul Bound Tokens (SBTs). Your profile lives on the blockchain and is stored on IPFS - you own it, not some company.
Key Features
- 🔐 Secure Wallet Management - AES-256-GCM encrypted keystores with OS keychain integration
- 🆔 Unique Profiles - Create
username@chain.soulidentities - 🔒 Non-Transferable - Soul Bound Tokens that can't be sold or transferred
- 🌐 Multi-Chain - Works across Ethereum, Polygon, and more
- 📦 Decentralized Storage - IPFS-backed profile data
- 🛡️ Privacy First - You control your data
- 💻 Hardware Wallet Support (coming soon)
Installation
From Binary (Recommended)
# macOS/Linux
|
# Or download from releases
# https://github.com/anistark/cybersoul-cli/releases
From Source
# Requires Rust 1.75+
Quick Start
# Create a wallet
# Create your profile
# View your profile
# Update your bio
# Set an avatar
# Export your profile
Usage
Create and Manage Your Profile
# Create profile
# Get any profile
# Update your profile
Manage Your Avatar
# Set from file
# Set from URL
# View current avatar
# Remove avatar
Wallet Commands
Your wallet is encrypted with AES-256-GCM and stored securely on your machine. Passwords are saved to your system's keychain (macOS Keychain, Windows Credential Manager, or Linux Secret Service).
# Create a new wallet (generates a random secp256k1 key pair)
# Import existing wallet from private key
# Show your wallet address and encryption info
# Export your private key (⚠️ keep it secret!)
Security Notes:
- Your private key never leaves your machine
- All keystores are encrypted with a password you choose (min 8 characters)
- Password is stored in your OS keychain for convenience
- Always backup your private key in a safe place
Configuration
# List networks
# Switch network
# View all config
Development Status
🚧 In Active Development
What's Working Now ✅
- ✅ Wallet management (create, import, show, export)
- ✅ AES-256-GCM encrypted keystores
- ✅ OS keychain integration for password storage
- ✅ Ethereum-compatible address generation
Coming Next
- 🚧 Smart contract deployment (ERC-7866)
- 🚧 Profile creation and management
- 🚧 IPFS integration for metadata storage
- 🚧 Multi-chain support
Contributing
Contributions welcome! See CONTRIBUTING.md for guidelines.
For developers:
- PROJECT_STRUCTURE.md - Architecture overview
Security
Report security vulnerabilities to: security@cybersoul.dev
See SECURITY.md for our security policy.
Resources
- ERC-7866 Spec: https://eips.ethereum.org/EIPS/eip-7866
- Documentation: (coming soon)
- Website: (coming soon)
License
Apache-2.0