Knowledge about Life of a Transaction Sui
Sotatek-MinhNguyen11 opened this issue · 2 comments
Sotatek-MinhNguyen11 commented
stefan-mysten commented
What kind of information would you like to know more about?
Here's some material that might help:
- https://www.youtube.com/watch?v=W8dVZQy-dlI
- https://docs.sui.io/concepts/sui-architecture/transaction-lifecycle
Also please feel free to ask questions and I will try to direct them to the right folks. Thanks!
Sotatek-MinhNguyen11 commented
Hi @stefan-mysten
I want an explanation of how to implement a transaction life cycle in your code, starting from the client's request to the final response after successful processing.
As i know, the process involves three main steps: distribute, handling, and verify transaction. For each step, how it is handled in code? (including aspects like processing, consensus, and saving data to the database of node,...)