Skip to content

Sequencer node #1632

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

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
39 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
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
2 changes: 2 additions & 0 deletions pages/operators/chain-operators/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ This section provides information on adding attributes to the derivation functio
<Card title="Deploying new dispute games with OPCM" href="/operators/chain-operators/tutorials/dispute-games" />

<Card title="Generating absolute prestate and preimage files" href="/operators/chain-operators/tutorials/absolute-prestate" />

<Card title="Setting up a sequencer node for custom OP Stack chains" href="/operators/chain-operators/tutorials/sequncer-node" />

<Card title="Modifying predeployed contracts" href="/operators/chain-operators/tutorials/modifying-predeploys" />

Expand Down
1 change: 1 addition & 0 deletions pages/operators/chain-operators/tutorials/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"adding-precompiles": "Adding a precompile",
"modifying-predeploys": "Modifying predeployed contracts",
"integrating-da-layer": "Integrating a new DA layer",
"sequencer-node": "Setting up a sequencer node for custom OP Stack chains",
"migrating-permissionless": "Migrating to permissionless fault proofs on OP Stack",
"dispute-games":"Deploying new dispute games with OPCM",
"absolute-prestate":"Generating absolute prestate and preimage files",
Expand Down
Loading