chore: remove outdated documentation and reference files
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (push) Has been cancelled
AITBC CI/CD Pipeline / test-cli (push) Has been cancelled
AITBC CI/CD Pipeline / test-services (push) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (push) Has been cancelled
AITBC CI/CD Pipeline / security-scan (push) Has been cancelled
AITBC CI/CD Pipeline / build (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (push) Has been cancelled
AITBC CI/CD Pipeline / performance-test (push) Has been cancelled
AITBC CI/CD Pipeline / docs (push) Has been cancelled
AITBC CI/CD Pipeline / release (push) Has been cancelled
AITBC CI/CD Pipeline / notify (push) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (push) Has been cancelled
Security Scanning / Dependency Security Scan (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
Security Scanning / OSSF Scorecard (push) Has been cancelled
Security Scanning / Security Summary Report (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.11) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.12) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.13) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-summary (push) Has been cancelled
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (push) Has been cancelled
AITBC CI/CD Pipeline / test-cli (push) Has been cancelled
AITBC CI/CD Pipeline / test-services (push) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (push) Has been cancelled
AITBC CI/CD Pipeline / security-scan (push) Has been cancelled
AITBC CI/CD Pipeline / build (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (push) Has been cancelled
AITBC CI/CD Pipeline / performance-test (push) Has been cancelled
AITBC CI/CD Pipeline / docs (push) Has been cancelled
AITBC CI/CD Pipeline / release (push) Has been cancelled
AITBC CI/CD Pipeline / notify (push) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (push) Has been cancelled
Security Scanning / Dependency Security Scan (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
Security Scanning / OSSF Scorecard (push) Has been cancelled
Security Scanning / Security Summary Report (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.11) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.12) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.13) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-summary (push) Has been cancelled
- Remove debugging service documentation (DEBUgging_SERVICES.md) - Remove development logs policy and quick reference guides - Remove E2E test creation summary - Remove gift certificate example file - Remove GitHub pull summary documentation
This commit is contained in:
25
config/genesis/genesis_ait_devnet.yaml
Normal file
25
config/genesis/genesis_ait_devnet.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
genesis:
|
||||
chain_id: "ait-devnet"
|
||||
chain_type: "main"
|
||||
purpose: "development"
|
||||
name: "AITBC Development Network"
|
||||
description: "Development network for AITBC multi-chain testing"
|
||||
timestamp: "2026-03-06T18:00:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 10000000
|
||||
gas_price: 1000000000
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
validators:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
accounts:
|
||||
- address: "aitbc1genesis"
|
||||
balance: "1000000"
|
||||
type: "regular"
|
||||
- address: "aitbc1faucet"
|
||||
balance: "100000"
|
||||
type: "faucet"
|
||||
parameters:
|
||||
block_time: 5
|
||||
max_block_size: 1048576
|
||||
min_stake: 1000
|
||||
29
config/genesis/genesis_brother_chain_1773403269.yaml
Normal file
29
config/genesis/genesis_brother_chain_1773403269.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
genesis:
|
||||
chain_id: aitbc-brother-chain
|
||||
chain_type: topic
|
||||
purpose: brother-connection
|
||||
name: AITBC Brother Chain
|
||||
description: Side chain for aitbc1 brother connection
|
||||
consensus:
|
||||
algorithm: poa
|
||||
block_time: 3
|
||||
max_validators: 21
|
||||
privacy:
|
||||
visibility: private
|
||||
access_control: invite-only
|
||||
require_invitation: true
|
||||
parameters:
|
||||
max_block_size: 1048576
|
||||
max_gas_per_block: 10000000
|
||||
min_gas_price: 1000000000
|
||||
accounts:
|
||||
- address: aitbc1genesis
|
||||
balance: '2100000000'
|
||||
type: genesis
|
||||
- address: aitbc1aitbc1_simple_simple
|
||||
balance: '500'
|
||||
type: gift
|
||||
metadata:
|
||||
recipient: aitbc1
|
||||
gift_from: aitbc_main_chain
|
||||
contracts: []
|
||||
249
config/genesis/genesis_enhanced_devnet.yaml
Normal file
249
config/genesis/genesis_enhanced_devnet.yaml
Normal file
@@ -0,0 +1,249 @@
|
||||
genesis:
|
||||
chain_id: "aitbc-enhanced-devnet"
|
||||
chain_type: "enhanced"
|
||||
purpose: "development-with-new-features"
|
||||
name: "AITBC Enhanced Development Network"
|
||||
description: "Enhanced development network with AI trading, surveillance, analytics, and multi-chain features"
|
||||
timestamp: "2026-03-07T11:00:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 15000000
|
||||
gas_price: 1000000000
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
validators:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
- "ait1aivalidator00000000000000000000000000000"
|
||||
- "ait1surveillance0000000000000000000000000000"
|
||||
accounts:
|
||||
# Core system accounts
|
||||
- address: "aitbc1genesis"
|
||||
balance: "10000000"
|
||||
type: "genesis"
|
||||
metadata:
|
||||
purpose: "Genesis account with initial supply"
|
||||
features: ["governance", "staking", "validation"]
|
||||
- address: "aitbc1faucet"
|
||||
balance: "1000000"
|
||||
type: "faucet"
|
||||
metadata:
|
||||
purpose: "Development faucet for testing"
|
||||
distribution_rate: "100 per hour"
|
||||
- address: "aitbc1treasury"
|
||||
balance: "5000000"
|
||||
type: "treasury"
|
||||
metadata:
|
||||
purpose: "Treasury for ecosystem rewards"
|
||||
features: ["rewards", "staking", "governance"]
|
||||
- address: "aitbc1aiengine"
|
||||
balance: "2000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "AI Trading Engine operational account"
|
||||
service_type: "ai_trading_engine"
|
||||
features: ["trading", "analytics", "prediction"]
|
||||
- address: "aitbc1surveillance"
|
||||
balance: "1500000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "AI Surveillance service account"
|
||||
service_type: "ai_surveillance"
|
||||
features: ["monitoring", "risk_assessment", "compliance"]
|
||||
- address: "aitbc1analytics"
|
||||
balance: "1000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Advanced Analytics service account"
|
||||
service_type: "advanced_analytics"
|
||||
features: ["real_time_analytics", "reporting", "metrics"]
|
||||
- address: "aitbc1marketplace"
|
||||
balance: "2000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Global Marketplace service account"
|
||||
service_type: "global_marketplace"
|
||||
features: ["trading", "liquidity", "cross_chain"]
|
||||
- address: "aitbc1enterprise"
|
||||
balance: "3000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Enterprise Integration service account"
|
||||
service_type: "enterprise_api_gateway"
|
||||
features: ["api_gateway", "multi_tenant", "security"]
|
||||
- address: "aitbc1multimodal"
|
||||
balance: "1500000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Multi-modal AI service account"
|
||||
service_type: "multimodal_agent"
|
||||
features: ["gpu_acceleration", "modality_optimization", "fusion"]
|
||||
- address: "aitbc1zkproofs"
|
||||
balance: "1000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Zero-Knowledge Proofs service account"
|
||||
service_type: "zk_proofs"
|
||||
features: ["zk_circuits", "verification", "privacy"]
|
||||
- address: "aitbc1crosschain"
|
||||
balance: "2000000"
|
||||
type: "service"
|
||||
metadata:
|
||||
purpose: "Cross-chain bridge service account"
|
||||
service_type: "cross_chain_bridge"
|
||||
features: ["bridge", "atomic_swap", "reputation"]
|
||||
# Developer and testing accounts
|
||||
- address: "aitbc1developer1"
|
||||
balance: "500000"
|
||||
type: "developer"
|
||||
metadata:
|
||||
purpose: "Primary developer testing account"
|
||||
permissions: ["full_access", "service_deployment"]
|
||||
- address: "aitbc1developer2"
|
||||
balance: "300000"
|
||||
type: "developer"
|
||||
metadata:
|
||||
purpose: "Secondary developer testing account"
|
||||
permissions: ["testing", "debugging"]
|
||||
- address: "aitbc1tester"
|
||||
balance: "200000"
|
||||
type: "tester"
|
||||
metadata:
|
||||
purpose: "Automated testing account"
|
||||
permissions: ["testing_only"]
|
||||
# Smart contracts deployed at genesis
|
||||
contracts:
|
||||
- name: "AITBCToken"
|
||||
address: "0x0000000000000000000000000000000000001000"
|
||||
type: "ERC20"
|
||||
metadata:
|
||||
symbol: "AITBC-E"
|
||||
decimals: 18
|
||||
initial_supply: "21000000000000000000000000"
|
||||
purpose: "Enhanced network token with chain-specific isolation"
|
||||
- name: "AISurveillanceRegistry"
|
||||
address: "0x0000000000000000000000000000000000001001"
|
||||
type: "Registry"
|
||||
metadata:
|
||||
purpose: "Registry for AI surveillance patterns and alerts"
|
||||
features: ["pattern_registration", "alert_management", "risk_scoring"]
|
||||
- name: "AnalyticsOracle"
|
||||
address: "0x0000000000000000000000000000000000001002"
|
||||
type: "Oracle"
|
||||
metadata:
|
||||
purpose: "Oracle for advanced analytics data feeds"
|
||||
features: ["price_feeds", "market_data", "performance_metrics"]
|
||||
- name: "CrossChainBridge"
|
||||
address: "0x0000000000000000000000000000000000001003"
|
||||
type: "Bridge"
|
||||
metadata:
|
||||
purpose: "Cross-chain bridge for asset transfers"
|
||||
features: ["atomic_swaps", "reputation_system", "chain_isolation"]
|
||||
- name: "EnterpriseGateway"
|
||||
address: "0x0000000000000000000000000000000000001004"
|
||||
type: "Gateway"
|
||||
metadata:
|
||||
purpose: "Enterprise API gateway with multi-tenant support"
|
||||
features: ["api_management", "tenant_isolation", "security"]
|
||||
# Enhanced network parameters
|
||||
parameters:
|
||||
block_time: 3 # Faster blocks for enhanced features
|
||||
max_block_size: 2097152 # 2MB blocks for more transactions
|
||||
min_stake: 1000
|
||||
max_validators: 100
|
||||
block_reward: "2000000000000000000" # 2 AITBC per block
|
||||
stake_reward_rate: "0.05" # 5% annual reward rate
|
||||
governance_threshold: "0.51" # 51% for governance decisions
|
||||
surveillance_threshold: "0.75" # 75% for surveillance alerts
|
||||
analytics_retention: 86400 # 24 hours retention for analytics data
|
||||
cross_chain_fee: "10000000000000000" # 0.01 AITBC for cross-chain transfers
|
||||
enterprise_min_stake: 10000 # Higher stake for enterprise validators
|
||||
# Privacy and security settings
|
||||
privacy:
|
||||
access_control: "permissioned"
|
||||
require_invitation: false
|
||||
visibility: "public"
|
||||
encryption: "enabled"
|
||||
zk_proofs: "enabled"
|
||||
audit_logging: "enabled"
|
||||
# Feature flags for new services
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
# Service endpoints configuration
|
||||
services:
|
||||
ai_trading_engine:
|
||||
port: 8010
|
||||
enabled: true
|
||||
config:
|
||||
models: ["mean_reversion", "momentum", "arbitrage"]
|
||||
risk_threshold: 0.02
|
||||
max_positions: 100
|
||||
ai_surveillance:
|
||||
port: 8011
|
||||
enabled: true
|
||||
config:
|
||||
risk_models: ["isolation_forest", "neural_network"]
|
||||
alert_threshold: 0.85
|
||||
retention_days: 30
|
||||
advanced_analytics:
|
||||
port: 8012
|
||||
enabled: true
|
||||
config:
|
||||
indicators: ["rsi", "macd", "bollinger", "volume"]
|
||||
update_interval: 60
|
||||
history_retention: 86400
|
||||
enterprise_gateway:
|
||||
port: 8013
|
||||
enabled: true
|
||||
config:
|
||||
max_tenants: 1000
|
||||
rate_limit: 1000
|
||||
auth_required: true
|
||||
multimodal_ai:
|
||||
port: 8014
|
||||
enabled: true
|
||||
config:
|
||||
gpu_acceleration: true
|
||||
modalities: ["text", "image", "audio"]
|
||||
fusion_model: "transformer_based"
|
||||
zk_proofs:
|
||||
port: 8015
|
||||
enabled: true
|
||||
config:
|
||||
circuit_types: ["receipt", "identity", "compliance"]
|
||||
verification_speed: "fast"
|
||||
memory_optimization: true
|
||||
# Network configuration
|
||||
network:
|
||||
max_peers: 50
|
||||
min_peers: 5
|
||||
boot_nodes:
|
||||
- "ait1bootnode0000000000000000000000000000000:8008"
|
||||
- "ait1bootnode0000000000000000000000000000001:8008"
|
||||
propagation_timeout: 30
|
||||
sync_mode: "fast"
|
||||
# Governance settings
|
||||
governance:
|
||||
voting_period: 604800 # 7 days
|
||||
execution_delay: 86400 # 1 day
|
||||
proposal_threshold: "1000000000000000000000000" # 1000 AITBC
|
||||
quorum_rate: "0.40" # 40% quorum
|
||||
emergency_pause: true
|
||||
multi_signature: true
|
||||
# Economic parameters
|
||||
economics:
|
||||
total_supply: "21000000000000000000000000" # 21 million AITBC
|
||||
inflation_rate: "0.02" # 2% annual inflation
|
||||
burn_rate: "0.01" # 1% burn rate
|
||||
treasury_allocation: "0.20" # 20% to treasury
|
||||
staking_allocation: "0.30" # 30% to staking rewards
|
||||
ecosystem_allocation: "0.25" # 25% to ecosystem
|
||||
team_allocation: "0.15" # 15% to team
|
||||
community_allocation: "0.10" # 10% to community
|
||||
68
config/genesis/genesis_enhanced_local.yaml
Normal file
68
config/genesis/genesis_enhanced_local.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
description: Enhanced genesis for AITBC with new features
|
||||
genesis:
|
||||
chain_id: "aitbc-enhanced-devnet"
|
||||
chain_type: "topic"
|
||||
purpose: "development-with-new-features"
|
||||
name: "AITBC Enhanced Development Network"
|
||||
description: "Enhanced development network with AI trading, surveillance, analytics, and multi-chain features"
|
||||
timestamp: "2026-03-07T11:15:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 15000000
|
||||
gas_price: 1000000000
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
validators:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
- "ait1aivalidator00000000000000000000000000000"
|
||||
- "ait1surveillance0000000000000000000000000000"
|
||||
accounts:
|
||||
- address: "aitbc1genesis"
|
||||
balance: "10000000"
|
||||
type: "genesis"
|
||||
- address: "aitbc1faucet"
|
||||
balance: "1000000"
|
||||
type: "faucet"
|
||||
- address: "aitbc1aiengine"
|
||||
balance: "2000000"
|
||||
type: "service"
|
||||
- address: "aitbc1surveillance"
|
||||
balance: "1500000"
|
||||
type: "service"
|
||||
- address: "aitbc1analytics"
|
||||
balance: "1000000"
|
||||
type: "service"
|
||||
- address: "aitbc1marketplace"
|
||||
balance: "2000000"
|
||||
type: "service"
|
||||
- address: "aitbc1enterprise"
|
||||
balance: "3000000"
|
||||
type: "service"
|
||||
parameters:
|
||||
block_time: 3
|
||||
max_block_size: 2097152
|
||||
min_stake: 1000
|
||||
block_reward: "2000000000000000000"
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
services:
|
||||
ai_trading_engine:
|
||||
port: 8010
|
||||
enabled: true
|
||||
ai_surveillance:
|
||||
port: 8011
|
||||
enabled: true
|
||||
advanced_analytics:
|
||||
port: 8012
|
||||
enabled: true
|
||||
enterprise_gateway:
|
||||
port: 8013
|
||||
enabled: true
|
||||
85
config/genesis/genesis_enhanced_template.yaml
Normal file
85
config/genesis/genesis_enhanced_template.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
description: Enhanced genesis template for AITBC with new features
|
||||
genesis:
|
||||
accounts:
|
||||
- address: "aitbc1genesis"
|
||||
balance: "10000000"
|
||||
- address: "aitbc1faucet"
|
||||
balance: "1000000"
|
||||
chain_type: topic
|
||||
consensus:
|
||||
algorithm: poa
|
||||
authorities:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
- "ait1aivalidator00000000000000000000000000000"
|
||||
- "ait1surveillance0000000000000000000000000000"
|
||||
block_time: 3
|
||||
max_validators: 100
|
||||
contracts: []
|
||||
description: Enhanced development network with AI trading, surveillance, analytics, and multi-chain features
|
||||
name: AITBC Enhanced Development Network
|
||||
parameters:
|
||||
block_reward: '2000000000000000000'
|
||||
max_block_size: 2097152
|
||||
max_gas_per_block: 15000000
|
||||
min_gas_price: 1000000000
|
||||
min_stake: 1000
|
||||
governance_threshold: "0.51"
|
||||
surveillance_threshold: "0.75"
|
||||
cross_chain_fee: "10000000000000000"
|
||||
privacy:
|
||||
access_control: permissioned
|
||||
require_invitation: false
|
||||
visibility: public
|
||||
encryption: "enabled"
|
||||
zk_proofs: "enabled"
|
||||
audit_logging: "enabled"
|
||||
purpose: development-with-new-features
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
services:
|
||||
ai_trading_engine:
|
||||
port: 8010
|
||||
enabled: true
|
||||
config:
|
||||
models: ["mean_reversion", "momentum", "arbitrage"]
|
||||
risk_threshold: 0.02
|
||||
max_positions: 100
|
||||
ai_surveillance:
|
||||
port: 8011
|
||||
enabled: true
|
||||
config:
|
||||
risk_models: ["isolation_forest", "neural_network"]
|
||||
alert_threshold: 0.85
|
||||
retention_days: 30
|
||||
advanced_analytics:
|
||||
port: 8012
|
||||
enabled: true
|
||||
config:
|
||||
indicators: ["rsi", "macd", "bollinger", "volume"]
|
||||
update_interval: 60
|
||||
history_retention: 86400
|
||||
enterprise_gateway:
|
||||
port: 8013
|
||||
enabled: true
|
||||
config:
|
||||
max_tenants: 1000
|
||||
rate_limit: 1000
|
||||
auth_required: true
|
||||
economics:
|
||||
total_supply: "21000000000000000000000000"
|
||||
inflation_rate: "0.02"
|
||||
burn_rate: "0.01"
|
||||
treasury_allocation: "0.20"
|
||||
staking_allocation: "0.30"
|
||||
ecosystem_allocation: "0.25"
|
||||
team_allocation: "0.15"
|
||||
community_allocation: "0.10"
|
||||
296
config/genesis/genesis_prod.yaml
Normal file
296
config/genesis/genesis_prod.yaml
Normal file
@@ -0,0 +1,296 @@
|
||||
genesis:
|
||||
chain_id: ait-mainnet
|
||||
chain_type: enhanced
|
||||
purpose: development-with-new-features
|
||||
name: AITBC Mainnet
|
||||
description: Enhanced development network with AI trading, surveillance, analytics,
|
||||
and multi-chain features
|
||||
timestamp: '2026-03-07T11:00:00Z'
|
||||
parent_hash: '0x0000000000000000000000000000000000000000000000000000000000000000'
|
||||
gas_limit: 15000000
|
||||
gas_price: 1000000000
|
||||
consensus:
|
||||
algorithm: poa
|
||||
validators:
|
||||
- ait1devproposer000000000000000000000000000000
|
||||
- ait1aivalidator00000000000000000000000000000
|
||||
- ait1surveillance0000000000000000000000000000
|
||||
accounts:
|
||||
- address: aitbc1genesis
|
||||
balance: '10000000'
|
||||
type: genesis
|
||||
metadata:
|
||||
purpose: Genesis account with initial supply
|
||||
features:
|
||||
- governance
|
||||
- staking
|
||||
- validation
|
||||
- address: aitbc1treasury
|
||||
balance: '5000000'
|
||||
type: treasury
|
||||
metadata:
|
||||
purpose: Treasury for ecosystem rewards
|
||||
features:
|
||||
- rewards
|
||||
- staking
|
||||
- governance
|
||||
- address: aitbc1aiengine
|
||||
balance: '2000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: AI Trading Engine operational account
|
||||
service_type: ai_trading_engine
|
||||
features:
|
||||
- trading
|
||||
- analytics
|
||||
- prediction
|
||||
- address: aitbc1surveillance
|
||||
balance: '1500000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: AI Surveillance service account
|
||||
service_type: ai_surveillance
|
||||
features:
|
||||
- monitoring
|
||||
- risk_assessment
|
||||
- compliance
|
||||
- address: aitbc1analytics
|
||||
balance: '1000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Advanced Analytics service account
|
||||
service_type: advanced_analytics
|
||||
features:
|
||||
- real_time_analytics
|
||||
- reporting
|
||||
- metrics
|
||||
- address: aitbc1marketplace
|
||||
balance: '2000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Global Marketplace service account
|
||||
service_type: global_marketplace
|
||||
features:
|
||||
- trading
|
||||
- liquidity
|
||||
- cross_chain
|
||||
- address: aitbc1enterprise
|
||||
balance: '3000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Enterprise Integration service account
|
||||
service_type: enterprise_api_gateway
|
||||
features:
|
||||
- api_gateway
|
||||
- multi_tenant
|
||||
- security
|
||||
- address: aitbc1multimodal
|
||||
balance: '1500000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Multi-modal AI service account
|
||||
service_type: multimodal_agent
|
||||
features:
|
||||
- gpu_acceleration
|
||||
- modality_optimization
|
||||
- fusion
|
||||
- address: aitbc1zkproofs
|
||||
balance: '1000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Zero-Knowledge Proofs service account
|
||||
service_type: zk_proofs
|
||||
features:
|
||||
- zk_circuits
|
||||
- verification
|
||||
- privacy
|
||||
- address: aitbc1crosschain
|
||||
balance: '2000000'
|
||||
type: service
|
||||
metadata:
|
||||
purpose: Cross-chain bridge service account
|
||||
service_type: cross_chain_bridge
|
||||
features:
|
||||
- bridge
|
||||
- atomic_swap
|
||||
- reputation
|
||||
- address: aitbc1developer1
|
||||
balance: '500000'
|
||||
type: developer
|
||||
metadata:
|
||||
purpose: Primary developer testing account
|
||||
permissions:
|
||||
- full_access
|
||||
- service_deployment
|
||||
- address: aitbc1developer2
|
||||
balance: '300000'
|
||||
type: developer
|
||||
metadata:
|
||||
purpose: Secondary developer testing account
|
||||
permissions:
|
||||
- testing
|
||||
- debugging
|
||||
- address: aitbc1tester
|
||||
balance: '200000'
|
||||
type: tester
|
||||
metadata:
|
||||
purpose: Automated testing account
|
||||
permissions:
|
||||
- testing_only
|
||||
contracts:
|
||||
- name: AITBCToken
|
||||
address: '0x0000000000000000000000000000000000001000'
|
||||
type: ERC20
|
||||
metadata:
|
||||
symbol: AITBC-E
|
||||
decimals: 18
|
||||
initial_supply: '21000000000000000000000000'
|
||||
purpose: Enhanced network token with chain-specific isolation
|
||||
- name: AISurveillanceRegistry
|
||||
address: '0x0000000000000000000000000000000000001001'
|
||||
type: Registry
|
||||
metadata:
|
||||
purpose: Registry for AI surveillance patterns and alerts
|
||||
features:
|
||||
- pattern_registration
|
||||
- alert_management
|
||||
- risk_scoring
|
||||
- name: AnalyticsOracle
|
||||
address: '0x0000000000000000000000000000000000001002'
|
||||
type: Oracle
|
||||
metadata:
|
||||
purpose: Oracle for advanced analytics data feeds
|
||||
features:
|
||||
- price_feeds
|
||||
- market_data
|
||||
- performance_metrics
|
||||
- name: CrossChainBridge
|
||||
address: '0x0000000000000000000000000000000000001003'
|
||||
type: Bridge
|
||||
metadata:
|
||||
purpose: Cross-chain bridge for asset transfers
|
||||
features:
|
||||
- atomic_swaps
|
||||
- reputation_system
|
||||
- chain_isolation
|
||||
- name: EnterpriseGateway
|
||||
address: '0x0000000000000000000000000000000000001004'
|
||||
type: Gateway
|
||||
metadata:
|
||||
purpose: Enterprise API gateway with multi-tenant support
|
||||
features:
|
||||
- api_management
|
||||
- tenant_isolation
|
||||
- security
|
||||
parameters:
|
||||
block_time: 3
|
||||
max_block_size: 2097152
|
||||
min_stake: 1000
|
||||
max_validators: 100
|
||||
block_reward: '2000000000000000000'
|
||||
stake_reward_rate: '0.05'
|
||||
governance_threshold: '0.51'
|
||||
surveillance_threshold: '0.75'
|
||||
analytics_retention: 86400
|
||||
cross_chain_fee: '10000000000000000'
|
||||
enterprise_min_stake: 10000
|
||||
privacy:
|
||||
access_control: permissioned
|
||||
require_invitation: false
|
||||
visibility: public
|
||||
encryption: enabled
|
||||
zk_proofs: enabled
|
||||
audit_logging: enabled
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
services:
|
||||
ai_trading_engine:
|
||||
port: 8010
|
||||
enabled: true
|
||||
config:
|
||||
models:
|
||||
- mean_reversion
|
||||
- momentum
|
||||
- arbitrage
|
||||
risk_threshold: 0.02
|
||||
max_positions: 100
|
||||
ai_surveillance:
|
||||
port: 8011
|
||||
enabled: true
|
||||
config:
|
||||
risk_models:
|
||||
- isolation_forest
|
||||
- neural_network
|
||||
alert_threshold: 0.85
|
||||
retention_days: 30
|
||||
advanced_analytics:
|
||||
port: 8012
|
||||
enabled: true
|
||||
config:
|
||||
indicators:
|
||||
- rsi
|
||||
- macd
|
||||
- bollinger
|
||||
- volume
|
||||
update_interval: 60
|
||||
history_retention: 86400
|
||||
enterprise_gateway:
|
||||
port: 8013
|
||||
enabled: true
|
||||
config:
|
||||
max_tenants: 1000
|
||||
rate_limit: 1000
|
||||
auth_required: true
|
||||
multimodal_ai:
|
||||
port: 8014
|
||||
enabled: true
|
||||
config:
|
||||
gpu_acceleration: true
|
||||
modalities:
|
||||
- text
|
||||
- image
|
||||
- audio
|
||||
fusion_model: transformer_based
|
||||
zk_proofs:
|
||||
port: 8015
|
||||
enabled: true
|
||||
config:
|
||||
circuit_types:
|
||||
- receipt
|
||||
- identity
|
||||
- compliance
|
||||
verification_speed: fast
|
||||
memory_optimization: true
|
||||
network:
|
||||
max_peers: 50
|
||||
min_peers: 5
|
||||
boot_nodes:
|
||||
- ait1bootnode0000000000000000000000000000000:8008
|
||||
- ait1bootnode0000000000000000000000000000001:8008
|
||||
propagation_timeout: 30
|
||||
sync_mode: fast
|
||||
governance:
|
||||
voting_period: 604800
|
||||
execution_delay: 86400
|
||||
proposal_threshold: '1000000000000000000000000'
|
||||
quorum_rate: '0.40'
|
||||
emergency_pause: true
|
||||
multi_signature: true
|
||||
economics:
|
||||
total_supply: '21000000000000000000000000'
|
||||
inflation_rate: '0.02'
|
||||
burn_rate: '0.01'
|
||||
treasury_allocation: '0.20'
|
||||
staking_allocation: '0.30'
|
||||
ecosystem_allocation: '0.25'
|
||||
team_allocation: '0.15'
|
||||
community_allocation: '0.10'
|
||||
76
config/genesis/test_multichain_genesis.yaml
Normal file
76
config/genesis/test_multichain_genesis.yaml
Normal file
@@ -0,0 +1,76 @@
|
||||
# Multi-Chain Genesis Configuration Example
|
||||
chains:
|
||||
ait-devnet:
|
||||
genesis:
|
||||
chain_id: "ait-devnet"
|
||||
chain_type: "main"
|
||||
purpose: "development"
|
||||
name: "AITBC Development Network"
|
||||
description: "Development network for AITBC multi-chain testing"
|
||||
timestamp: "2026-03-06T18:00:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 10000000
|
||||
gas_price: 1000000000
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
validators:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
accounts:
|
||||
- address: "aitbc1genesis"
|
||||
balance: 1000000
|
||||
- address: "aitbc1faucet"
|
||||
balance: 100000
|
||||
parameters:
|
||||
block_time: 5
|
||||
max_block_size: 1048576
|
||||
min_stake: 1000
|
||||
|
||||
ait-testnet:
|
||||
genesis:
|
||||
chain_id: "ait-testnet"
|
||||
chain_type: "topic"
|
||||
purpose: "testing"
|
||||
name: "AITBC Test Network"
|
||||
description: "Test network for AITBC multi-chain validation"
|
||||
timestamp: "2026-03-06T18:00:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 5000000
|
||||
gas_price: 2000000000
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
validators:
|
||||
- "ait1testproposer000000000000000000000000000000"
|
||||
accounts:
|
||||
- address: "aitbc1testgenesis"
|
||||
balance: 500000
|
||||
- address: "aitbc1testfaucet"
|
||||
balance: 50000
|
||||
parameters:
|
||||
block_time: 10
|
||||
max_block_size: 524288
|
||||
min_stake: 500
|
||||
|
||||
ait-mainnet:
|
||||
genesis:
|
||||
chain_id: "ait-mainnet"
|
||||
chain_type: "main"
|
||||
purpose: "production"
|
||||
name: "AITBC Main Network"
|
||||
description: "Main production network for AITBC"
|
||||
timestamp: "2026-03-06T18:00:00Z"
|
||||
parent_hash: "0x0000000000000000000000000000000000000000000000000000000000000000"
|
||||
gas_limit: 20000000
|
||||
gas_price: 500000000
|
||||
consensus:
|
||||
algorithm: "pos"
|
||||
validators:
|
||||
- "ait1mainvalidator000000000000000000000000000000"
|
||||
accounts:
|
||||
- address: "aitbc1maingenesis"
|
||||
balance: 2100000000
|
||||
- address: "aitbc1mainfaucet"
|
||||
balance: 1000000
|
||||
parameters:
|
||||
block_time: 15
|
||||
max_block_size: 2097152
|
||||
min_stake: 10000
|
||||
30
config/networks/chain_enhanced_devnet.yaml
Normal file
30
config/networks/chain_enhanced_devnet.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
chain_id: "aitbc-enhanced-devnet"
|
||||
chain_type: "topic"
|
||||
purpose: "development-with-new-features"
|
||||
name: "AITBC Enhanced Devnet"
|
||||
description: "Enhanced development network with AI trading, surveillance, analytics, and multi-chain features"
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
authorities:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
- "ait1aivalidator00000000000000000000000000000"
|
||||
- "ait1surveillance0000000000000000000000000000"
|
||||
block_time: 3
|
||||
max_validators: 100
|
||||
parameters:
|
||||
block_reward: "2000000000000000000"
|
||||
max_block_size: 2097152
|
||||
max_gas_per_block: 15000000
|
||||
min_gas_price: 1000000000
|
||||
min_stake: 1000
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
8
config/templates/dummy.yaml
Normal file
8
config/templates/dummy.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
genesis:
|
||||
chain_type: topic
|
||||
consensus:
|
||||
algorithm: pos
|
||||
name: Test Chain
|
||||
privacy:
|
||||
visibility: public
|
||||
purpose: test
|
||||
Reference in New Issue
Block a user