Commit de556e42 authored by George Hotz's avatar George Hotz

better dir order

parent 57b7a4c1
......@@ -16,10 +16,10 @@ It's half geth, half of what I think truebit was supposed to be. It can prove L1
## Directory Layout
```
contracts -- A Merkleized MIPS processor on chain + the challenge logic
minigeth -- A standalone "geth" capable of computing a block transition
mipigo -- minigeth compiled for MIPS. Outputs a MIPS binary that's run and mapped at 0x0
mipsevm -- A MIPS runtime in the EVM
mipsevm -- A MIPS runtime in the EVM (works with contracts)
contracts -- A Merkleized MIPS processor on chain + the challenge logic
```
## Usage
......
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