Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6607e7d1
Commit
6607e7d1
authored
Jul 13, 2023
by
Ori Pomerantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(docs/op-stack): Remove no longer needed `SEQ_ADDR`
parent
1347c23f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
getting-started.md
docs/op-stack/src/docs/build/getting-started.md
+0
-20
No files found.
docs/op-stack/src/docs/build/getting-started.md
View file @
6607e7d1
...
...
@@ -307,25 +307,6 @@ We’re almost ready to run our chain! Now we just need to run a few commands to
mkdir datadir
```
// 1. Put a password file into the data directory folder:
```bash
echo "pwd" > datadir/password
```
// 1. Put the
`Sequencer`
private key into the data directory folder (don’t include a “0x” prefix):
```bash
echo "<SEQUENCER KEY HERE>" > datadir/block-signer-key
```
// 1. Import the key into
`op-geth`
:
```bash
./build/bin/geth account import --datadir=datadir --password=datadir/password datadir/block-signer-key
```
1.
Next we need to initialize
`op-geth`
with the genesis file we generated and copied earlier:
```bash
...
...
@@ -345,7 +326,6 @@ Set these environment variables for the configuration
| Variable | Value |
| -------------- | -
|
`SEQ_ADDR`
| Address of the
`Sequencer`
account
|
`SEQ_KEY`
| Private key of the
`Sequencer`
account
|
`BATCHER_KEY`
| Private key of the
`Batcher`
accounts, which should have at least 1 ETH
|
`PROPOSER_KEY`
| Private key of the
`Proposer`
account
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment