Commit Graph

2 Commits

Author SHA1 Message Date
4c2ada682a feat: start blockchain node on port 8005 and create wallet
- Install blockchain-node package
- Configure node with .env for RPC 8005
- Start node and RPC server manually
- Create wallet aitbc1_simple (address aitbc1aitbc1_simple_simple)
- Adjust brother chain YAML address to match actual wallet
- Document status and blockers

Closes #debug-services
2026-03-13 13:49:36 +00:00
AITBC Development
115891aa49 Add brother chain genesis configuration for aitbc1 coordination
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (push) Has been cancelled
AITBC CI/CD Pipeline / test-cli (push) Has been cancelled
AITBC CI/CD Pipeline / test-services (push) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (push) Has been cancelled
AITBC CI/CD Pipeline / security-scan (push) Has been cancelled
AITBC CI/CD Pipeline / build (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (push) Has been cancelled
AITBC CI/CD Pipeline / performance-test (push) Has been cancelled
AITBC CI/CD Pipeline / docs (push) Has been cancelled
AITBC CI/CD Pipeline / release (push) Has been cancelled
AITBC CI/CD Pipeline / notify (push) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (push) Has been cancelled
Security Scanning / Dependency Security Scan (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
Security Scanning / OSSF Scorecard (push) Has been cancelled
Security Scanning / Security Summary Report (push) Has been cancelled
- Created genesis_brother_chain_*.yaml with 500 AITBC allocation to aitbc1aitbc1_simple
- Private topic chain with PoA consensus
- Pre-allocated genesis wallet for aitbc1 invitation
- Companion wallet files created in .aitbc/wallets/ (not tracked)
- See AITBC_INVITATION.md for coordination details
2026-03-13 12:24:23 +00:00