Commit f6ae50f3 authored by George Hotz's avatar George Hotz

dir in readme

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