Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge about Life of a Transaction Sui #20367

Open
Sotatek-MinhNguyen11 opened this issue Nov 21, 2024 · 2 comments
Open

Knowledge about Life of a Transaction Sui #20367

Sotatek-MinhNguyen11 opened this issue Nov 21, 2024 · 2 comments
Assignees
Labels

Comments

@Sotatek-MinhNguyen11
Copy link

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?

@stefan-mysten
Copy link
Contributor

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!

@Sotatek-MinhNguyen11
Copy link
Author

Sotatek-MinhNguyen11 commented Nov 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants