Files
aitbc/genesis_brother_chain_1773403269.yaml
aitbc1 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

30 lines
693 B
YAML

genesis:
chain_id: aitbc-brother-chain
chain_type: topic
purpose: brother-connection
name: AITBC Brother Chain
description: Side chain for aitbc1 brother connection
consensus:
algorithm: poa
block_time: 3
max_validators: 21
privacy:
visibility: private
access_control: invite-only
require_invitation: true
parameters:
max_block_size: 1048576
max_gas_per_block: 10000000
min_gas_price: 1000000000
accounts:
- address: aitbc1genesis
balance: '2100000000'
type: genesis
- address: aitbc1aitbc1_simple_simple
balance: '500'
type: gift
metadata:
recipient: aitbc1
gift_from: aitbc_main_chain
contracts: []