MystenLabs/sui

Knowledge about Life of a Transaction Sui

Sotatek-MinhNguyen11 opened this issue · 2 comments

Screenshot from 2024-11-21 17-31-40
Where can I find more information about the lifecycle of a transaction in Sui, and which folders in this repo should I explore?

Hi @Sotatek-MinhNguyen11

What kind of information would you like to know more about?

Here's some material that might help:

Also please feel free to ask questions and I will try to direct them to the right folks. Thanks!

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,...)