ANTIGRAVITY_BLOCKCHAIN_NODE v1.0.0

> STATUS: ONLINE

> AVAILABLE_ENDPOINTS:

GET/blocks- Returns the entire blockchain
GET/info- Returns metadata about the network
GET/health- Node health check
GET/balance/:address- Get wallet balance
GET/nonce/:address- Get next expected nonce
GET/pending- Get pending transactions
GET/peers- Get connected peers
POST/transaction- Submit a new transaction
POST/mine- Mine pending transactions
POST/addPeer- Manually connect to a peer
POST/reset- Reset blockchain (development only)