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
6420f3bb
Unverified
Commit
6420f3bb
authored
Jan 18, 2022
by
George Hotz
Committed by
GitHub
Jan 18, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #39 from ethereum-optimism/m/readme-fix
Add missing instructions to README
parents
06581e75
aac8a637
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.gitignore
.gitignore
+1
-0
README.md
README.md
+4
-0
No files found.
.gitignore
View file @
6420f3bb
...
...
@@ -4,3 +4,4 @@ cache
unicorn
unicorn2
.*.swp
venv
README.md
View file @
6420f3bb
...
...
@@ -24,6 +24,10 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic
## Usage
```
# build unicorn
./build_unicorn.sh
export LIBUNICORN_PATH=$(pwd)/unicorn2/
# build minigeth for MIPS
(cd mipigo && pip3 install -r requirements.txt && ./build.sh)
...
...
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