diff --git a/README.md b/README.md index 1d15186..0df50db 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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)