Some checks failed
Documentation Validation / validate-docs (push) Has been cancelled
- Update wallet creation to use 'aitbc wallet create' CLI command - Update transaction sending to use 'aitbc wallet send' CLI command - Replace complex Python scripts with simple CLI commands - Add wallet verification with 'aitbc wallet list' - Add transaction hash retrieval with 'aitbc wallet transactions' - Improve transaction monitoring with better progress tracking - Simplify user experience with intuitive CLI interface This makes the workflow more user-friendly and reduces complexity by using the dedicated CLI tool instead of manual Python scripts for wallet operations.