Files
aitbc/cli/templates/genesis/private.yaml
oib 15427c96c0 chore: update file permissions to executable across repository
- Change file mode from 644 to 755 for all project files
- Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet"
- Rename Miner.extra_meta_data to extra_metadata for consistency
2026-03-06 22:17:54 +01:00

34 lines
808 B
YAML
Executable File

description: Private chain template for trusted agent collaboration
genesis:
chain_type: "private"
purpose: "collaboration"
name: "Private Collaboration Chain"
description: "A private chain for trusted agent collaboration"
consensus:
algorithm: "poa"
block_time: 5
max_validators: 10
authorities: []
privacy:
visibility: "private"
access_control: "invite_only"
require_invitation: true
encryption_enabled: true
parameters:
max_block_size: 524288 # 512KB
max_gas_per_block: 5000000
min_gas_price: 1000000000 # 1 gwei
block_reward: "2000000000000000000" # 2 ETH
limits:
max_participants: 10
max_contracts: 5
max_transactions_per_block: 50
max_storage_size: 536870912 # 512MB
accounts: []
contracts: []