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
d97a40f9
Commit
d97a40f9
authored
Jan 19, 2022
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme to install bindings for unicorn2
parent
1799f2e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+5
-1
requirements.txt
mipigo/requirements.txt
+0
-1
No files found.
README.md
View file @
d97a40f9
...
@@ -23,15 +23,19 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic
...
@@ -23,15 +23,19 @@ contracts -- A Merkleized MIPS processor on chain + the challenge logic
```
```
## Usage
## Usage
The following commands should be run from the root directory unless otherwise specified:
```
```
yarn
yarn
# build unicorn
# build unicorn
./build_unicorn.sh
./build_unicorn.sh
(cd unicorn2/bindings/python && python3 setup.py install)
export LIBUNICORN_PATH=$(pwd)/unicorn2/
export LIBUNICORN_PATH=$(pwd)/unicorn2/
# build minigeth for MIPS
# build minigeth for MIPS
(cd mipigo &&
pip3 install -r requirements.txt &&
./build.sh)
(cd mipigo && ./build.sh)
# build minigeth for PC
# build minigeth for PC
(cd minigeth/ && go build)
(cd minigeth/ && go build)
...
...
mipigo/requirements.txt
View file @
d97a40f9
unicorn==1.0.3
pyelftools==0.27
pyelftools==0.27
hexdump==3.3
hexdump==3.3
termcolor==1.1.0
termcolor==1.1.0
...
...
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