You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/build/framework/state-machine/genesis-state.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Genesis State [The state at which the state machine starts]
2
2
3
-
The genesis state is the initial state of the state machine. This state is serialized and stored as the begininng of the rollup inside the `AppInbox` contract.
3
+
The genesis state is the initial state of the state machine. This state is serialized and stored as the beginning of the rollup inside the `AppInbox` contract.
4
4
5
5
The genesis state is stored in a `genesis-state.json` file in the root of the project. This file is used to initialize the state machine with the initial state. The CLI also uses this file to register the rollup with the `AppInbox` contract.
Copy file name to clipboardExpand all lines: docs/pages/build/guides/tutorials/counter.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ export { stackrConfig };
268
268
269
269
## Define the Rollup
270
270
271
-
Once we are done with the state machine, we can define the rollup using the `MicroRollup` class from the SDK which includes all the neccessary components to run the state machine.
271
+
Once we are done with the state machine, we can define the rollup using the `MicroRollup` class from the SDK which includes all the necessary components to run the state machine.
0 commit comments