Skip to content

Commit

Permalink
docs: fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 committed Jul 28, 2022
1 parent bde6422 commit 84fc8d6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# OMO

A bytecode level program emulator with per-step state proof.
It can be used to generate challenge proof of optimistic rollup.

**Arch**: MIPS32 at present, will support more.
**Executable File Format**: ELF 32-bit MSB executable at present.
**OS**: Linux.
It can be used to generate challenge proof of optimistic rollup,
and maybe other scenarios in blockchain which need program state proof.

The core idea is derived from [cannon](https://github.com/ethereum-optimism/cannon) and [qiling](https://github.com/qilingframework/qiling).

Expand Down Expand Up @@ -49,6 +46,14 @@ E1=a
E2=b
```

## Supported Archs

**Arch**: MIPS32 at present, will support more.

**Executable File Format**: ELF 32-bit MSB executable at present.

**OS**: Linux.

## Other resources

- [intro to omo - part1](./docs/intro-to-omo-part1.zh.md)
Expand Down

0 comments on commit 84fc8d6

Please sign in to comment.