Files
aitbc/home/genesis_wallet.json
oib 9b9c5beb23 ```
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
```
2026-01-24 14:44:51 +01:00

27 lines
700 B
JSON

{
"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"
}