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
d09e8c6a
Commit
d09e8c6a
authored
Dec 08, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more usage
parent
9eaa3703
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
d09e8c6a
...
@@ -30,14 +30,16 @@ mipsevm -- A MIPS runtime in the EVM (see also contracts/)
...
@@ -30,14 +30,16 @@ mipsevm -- A MIPS runtime in the EVM (see also contracts/)
(cd minigeth/ && go build)
(cd minigeth/ && go build)
mkdir -p /tmp/cannon
mkdir -p /tmp/cannon
# compute the transition from 13284469 -> 13284470
# compute the transition from 13284469 -> 13284470
on PC
minigeth/go-ethereum 13284469
minigeth/go-ethereum 13284469
# write out the golden MIPS minigeth start state
mipsevm/mipsevm
# generate MIPS checkpoints for 13284469 -> 13284470
# generate MIPS checkpoints for 13284469 -> 13284470
mipsevm/mipsevm 13284469
mipsevm/mipsevm 13284469
# write out the golden start state and deploy the contracts
# deploy the MIPS and challenge contracts
mipsevm/mipsevm
npx hardhat run scripts/deploy.js
npx hardhat run scripts/deploy.js
```
```
...
...
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