Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
df43236
added the sequencer node docs
krofax May 27, 2025
bd584d0
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax May 27, 2025
c9d5a33
added breadcrumbs
krofax May 27, 2025
a34b80b
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax May 27, 2025
05673f1
updated title
krofax May 27, 2025
c36233e
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax May 27, 2025
ee062f8
updated lints
krofax May 27, 2025
3a877bf
updated the content
krofax May 30, 2025
f2cad01
updated text
krofax May 30, 2025
3bb2408
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax May 30, 2025
694e19c
updated the version
krofax May 30, 2025
93a919b
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax May 30, 2025
3f0b743
Update pages/operators/chain-operators/tutorials/sequncer-node.mdx
krofax May 30, 2025
91ac635
updated docs
krofax Jun 11, 2025
564661e
remove files
krofax Jun 11, 2025
8234b02
fix filename
krofax Jun 11, 2025
c1b5491
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 11, 2025
c835e52
updated the content
krofax Jun 12, 2025
1527453
updating the title
krofax Jun 12, 2025
7829008
fix content
krofax Jun 13, 2025
a6fe33d
updated the paths
krofax Jun 13, 2025
bb01546
updated the steps
krofax Jun 13, 2025
13ec303
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 13, 2025
63b709b
updated contents
krofax Jun 16, 2025
3a8034e
updated contents
krofax Jun 17, 2025
e4b879c
updated paths
krofax Jun 17, 2025
860a42c
completely updated the docs
krofax Jun 17, 2025
fb2c734
update the docs
krofax Jun 17, 2025
a85a3a6
updated the meta hierachy
krofax Jun 17, 2025
0b1e08c
updated breadcrumbs
krofax Jun 17, 2025
13a8d82
updated the headers
krofax Jun 17, 2025
dce9a34
update the version
krofax Jun 17, 2025
28408e8
updated the content
krofax Jun 17, 2025
6a7b46a
updated the contents
krofax Jun 17, 2025
cc1e5f8
updated the docs
krofax Jun 18, 2025
7a172f0
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 18, 2025
4b45407
update the intructions
krofax Jun 18, 2025
62c580f
update content
krofax Jun 18, 2025
bd44be4
updated the structure of the docs
krofax Jun 24, 2025
c2d0f9c
Fix typos in sequencer node deployment guide
krofax Jun 26, 2025
ddcfa06
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 26, 2025
161f6ff
Merge branch 'main' into sequencer-node
krofax Jun 26, 2025
0f49cf4
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 26, 2025
d04466f
merge conflicts
krofax Jun 26, 2025
617b3d7
remove files needed
krofax Jun 26, 2025
b07609e
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Jun 26, 2025
69c0c65
Enhance sequencer node deployment guide
krofax Jun 26, 2025
7b9ef20
Update pages/operators/chain-operators/deploy/sequencer-node.mdx
krofax Jun 26, 2025
d1fabf8
Refine description and wording in sequencer node deployment guide
krofax Jun 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pages/operators/chain-operators/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ import { Card, Cards } from 'nextra/components'
This section provides information on OP Stack genesis creation, deployment overview, and smart contract deployment. You'll find guides and overviews to help you understand and work with these topics.

<Cards>
<Card title="Chain artifacts creation" href="/operators/chain-operators/deploy/genesis" />

<Card title="Deployment overview" href="/operators/chain-operators/deploy/overview" />

<Card title="Smart contract deployment" href="/operators/chain-operators/deploy/smart-contracts" />

<Card title="Chain artifacts creation" href="/operators/chain-operators/deploy/genesis" />

<Card title="Validate your contract deployment" href="/operators/chain-operators/deploy/validate-deployment" />

<Card title="Spinning up the sequencer" href="/operators/chain-operators/deploy/sequencer-node" />


</Cards>
3 changes: 2 additions & 1 deletion pages/operators/chain-operators/deploy/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"overview": "Deployment overview",
"smart-contracts": "Smart contract deployment",
"genesis": "Chain artifacts creation",
"validate-deployment": "Validate your contract deployment",
"genesis": "Chain artifacts creation"
"sequencer-node": "Spinning up the sequencer"
}

Loading