Files
aitbc/cli/templates/genesis/research.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
793 B
YAML
Executable File

description: Research chain template for experimental AI projects
genesis:
chain_type: "temporary"
purpose: "research"
name: "Research Experiment Chain"
description: "A temporary chain for AI research experiments"
consensus:
algorithm: "poa"
block_time: 2
max_validators: 5
authorities: []
privacy:
visibility: "public"
access_control: "open"
require_invitation: false
encryption_enabled: false
parameters:
max_block_size: 2097152 # 2MB
max_gas_per_block: 20000000
min_gas_price: 1000000000 # 1 gwei
block_reward: "1000000000000000000" # 1 ETH
limits:
max_participants: 50
max_contracts: 20
max_transactions_per_block: 1000
max_storage_size: 2147483648 # 2GB
accounts: []
contracts: []