Files
aitbc/cli/templates/genesis/research.yaml
AITBC System b033923756 chore: normalize file permissions across repository
- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
2026-03-08 11:26:18 +01:00

34 lines
793 B
YAML

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: []