Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
README: Correct grammar in transaction lifecycle description
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejBaj committed Jun 17, 2019
1 parent 5e60fe5 commit 92efe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/lisk-transactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Check out the Lisk SDK [Example Apps](https://github.com/LiskHQ/lisk-sdk-test-ap

### Lifecycle

The lifecycle of a transaction in general in Lisk SDK can be summarized as follows:
The lifecycle of a transaction in Lisk SDK can be summarized as follows:

1. A transaction is created and signed (off-chain). The script to do it is in `src/create_and_sign.ts`.
2. The transaction is sent to a network. This can be done by a third party tool (like `curl` or `Postman`), but also using Lisk Commander.
2. The transaction is sent to a network. This can be done by a third party tool (like `curl` or `Postman`), but also using Lisk Commander (`lisk transaction:broadcast`).
To send the default transactions for the protocol network, you can rely on the wallet Lisk UI tools - Lisk Hub and Mobile. All of the tools need to be authorized to access an HTTP API of a network node.
3. A network node receives a transaction and after a lightweight schema validation, adds it to a transaction pool.
4. In the transaction pool, the transactions are firstly `validated`. In this step, only static checks are performed. These include schema validation and signature validation.
Expand Down

0 comments on commit 92efe6f

Please sign in to comment.