Skip to content

Commit 06b02cc

Browse files
committed
feat: replace static transaction lifecycle image in Inside Arbitrum Nitro
Swap the PNG ImageZoom for an interactive DrawioReactFlow diagram on the Inside Arbitrum Nitro overview page.
1 parent 5ac8de9 commit 06b02cc

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

docs/how-arbitrum-works/01-inside-arbitrum-nitro.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@ content_type: concept
88
---
99

1010
import ImageWithCaption from '@site/src/components/ImageCaptions/';
11+
import DrawioReactFlow from '@site/src/components/DrawioReactFlow';
1112

1213
## Transaction processing journey on Arbitrum
1314

1415
As a developer initiating a transaction on Arbitrum, gaining a clear understanding of the end-to-end flow—from initial submission through to finality—is helpful, but it isn't required.
1516

1617
This overview methodically traces the transaction lifecycle, emphasizing how Arbitrum’s architecture ensures precise, efficient, and secure handling at every stage. This article covers the complete Arbitrum Nitro stack, beginning with the Sequencer, which is responsible for transaction ordering, advancing to the State Transition Function (STF) for execution, and culminating in validation mechanisms that uphold integrity.
1718

18-
<ImageZoom
19-
src="/img/haw-transaction-lifecycle.png"
20-
className="img-600px"
21-
alt="Transaction lifecycle"
22-
>
23-
Transaction lifecycle
24-
</ImageZoom>
19+
<DrawioReactFlow manifest="/diagrams/haw-transaction-lifecycle.manifest.xml" />
2520

2621
Along the way, you will learn about Arbitrum’s ability to deliver security on par with Ethereum, while achieving fee reductions by a factor of ten and transaction speeds accelerated by a factor of 100 using optimized scaling techniques.
2722

0 commit comments

Comments
 (0)