Expand description
CyberSoul CLI Library
Core functionality for managing decentralized Soul Bound Token profiles
Re-exports§
pub use config::Config;pub use profile::ProfileManager;pub use types::ProfileId;pub use types::ProfileMetadata;pub use types::Visibility;
Modules§
- blockchain
- Blockchain interactions for smart contracts
- commands
- Command handlers
- config
- Configuration management
- crypto
- Cryptography utilities for key management, signing, and encryption
- logging
- Logging configuration using tracing
- profile
- Profile management logic
- storage
- Decentralized storage integrations (IPFS, Arweave)
- types
- Shared types for CyberSoul CLI
- ui
- TUI components using ratatui