```
chore: enhance .gitignore and remove obsolete documentation files - Reorganize .gitignore with categorized sections for better maintainability - Add comprehensive ignore patterns for Python, Node.js, databases, logs, and build artifacts - Add project-specific ignore rules for coordinator, explorer, and deployment files - Remove outdated documentation: BITCOIN-WALLET-SETUP.md, LOCAL_ASSETS_SUMMARY.md, README-CONTAINER-DEPLOYMENT.md, README-DOMAIN-DEPLOYMENT.md ```
This commit is contained in:
27
home/genesis_wallet.json
Normal file
27
home/genesis_wallet.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"address": "aitbc11ba32784718bcc7d004e",
|
||||
"balance": 989000.0,
|
||||
"transactions": [
|
||||
{
|
||||
"type": "genesis",
|
||||
"amount": 1000000.0,
|
||||
"description": "Genesis block creation",
|
||||
"timestamp": "2026-01-23T14:55:27.329231"
|
||||
},
|
||||
{
|
||||
"type": "transfer",
|
||||
"amount": -10000.0,
|
||||
"to": "aitbc18f75b7eb7e2ecc7567b6",
|
||||
"description": "Initial client funding",
|
||||
"timestamp": "2026-01-23T14:55:27.329683"
|
||||
},
|
||||
{
|
||||
"type": "transfer",
|
||||
"amount": -1000.0,
|
||||
"to": "aitbc1721d5bf8c0005ded6704",
|
||||
"description": "Initial miner funding",
|
||||
"timestamp": "2026-01-23T14:55:27.329688"
|
||||
}
|
||||
],
|
||||
"created_at": "2026-01-23T14:55:27.329225"
|
||||
}
|
||||
Reference in New Issue
Block a user