Middle+ — Principal
Designing the transaction processing process in a blockchain network
livecode
Task condition
Develop a transaction lifecycle scheme from its creation to final confirmation.
- The transaction is generated by an algorithm that produces an unsigned structure.
- The transaction is considered confirmed when the blockchain returns a CONFIRMED status for its hash.
- Note that the transaction signature is performed on the client side, not on the server.
- Lifecycle stages: formation of an unsigned transaction → signing → sending to the blockchain → receiving confirmation.