Technology
Network Architecture
Explain how the INDIAURA network operates—from wallet activity through node participation to ledger replication.
Key Components
- Wallets — create and sign transactions with deterministic keys
- Transactions — broadcast ownership changes to the node network
- Node Network — independently validates and relays network activity
- Block Propagation — confirmed transactions travel across participating nodes
- Distributed Ledger — every node maintains a replicated chain of blocks
Transaction Lifecycle
Wallet → Transaction → Nodes → Block → Blockchain.
- 01Wallet constructs and signs a transaction
- 02Transaction is broadcast to the node network
- 03Nodes validate and propagate the transaction
- 04Validated transactions are included in a block
- 05The block is linked into the blockchain ledger