Files
aitbc/cli/configs/healthcare_chain_config.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

32 lines
754 B
YAML

chain:
type: "topic"
purpose: "healthcare"
name: "Healthcare AI Chain"
description: "A specialized chain for healthcare AI applications"
consensus:
algorithm: "pos"
block_time: 5
max_validators: 21
min_stake: 1000000000000000000 # 1 ETH
authorities: []
privacy:
visibility: "public"
access_control: "open"
require_invitation: false
encryption_enabled: false
parameters:
max_block_size: 1048576 # 1MB
max_gas_per_block: 10000000
min_gas_price: 20000000000 # 20 gwei
block_reward: "5000000000000000000" # 5 ETH
difficulty: 1000000
limits:
max_participants: 1000
max_contracts: 100
max_transactions_per_block: 500
max_storage_size: 1073741824 # 1GB