Files
aitbc/cli/genesis_ait_devnet_proper.yaml
oib bb5363bebc refactor: consolidate blockchain explorer into single app and update backup ignore patterns
- Remove standalone explorer-web app (README, HTML, package files)
- Add /web endpoint to blockchain-explorer for web interface access
- Update .gitignore to exclude application backup archives (*.tar.gz, *.zip)
- Add backup documentation files to .gitignore (BACKUP_INDEX.md, README.md)
- Consolidate explorer functionality into main blockchain-explorer application
2026-03-06 18:14:49 +01:00

30 lines
812 B
YAML

description: Genesis configuration for AITBC Development Network
genesis:
accounts:
- address: "aitbc1genesis"
balance: "1000000000000000000000000"
type: "regular"
- address: "aitbc1faucet"
balance: "100000000000000000000000"
type: "faucet"
chain_type: main
consensus:
algorithm: poa
authorities:
- "ait1devproposer000000000000000000000000000000"
block_time: 5
max_validators: 100
contracts: []
description: Development network for AITBC multi-chain testing
name: AITBC Development Network
parameters:
block_reward: "2000000000000000000"
max_block_size: 1048576
max_gas_per_block: 10000000
min_gas_price: 1000000000
privacy:
access_control: open
require_invitation: false
visibility: public
purpose: development