Commit 9eaa3703 authored by George Hotz's avatar George Hotz

update readme, and was x/sys needed?

parent 0150a6b0
......@@ -23,7 +23,10 @@ mipsevm -- A MIPS runtime in the EVM (see also contracts/)
## Usage
```
# build
# build minigeth for MIPS
(cd mipigo && pip3 install -r requirements.txt && ./build.sh)
# build minigeth for PC
(cd minigeth/ && go build)
mkdir -p /tmp/cannon
......
......@@ -3,7 +3,6 @@ module github.com/ethereum/go-ethereum
go 1.17
require (
github.com/holiman/uint256 v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
github.com/holiman/uint256 v1.2.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment