Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Aug 4, 2023
1 parent 3143d97 commit bfcb236
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions geth-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

The module `gethutil` tried to provide identical output from APIs `debug_trace*` of latest `geth` as test vectors for [`zkevm-circuits`](https://github.com/privacy-scaling-explorations/zkevm-circuits).

## Usage

<!-- ### CLI Usage -->
<!-- TODO: Implement a CLI to consume bytecode and output logs -->

### Library Usage

For [`./example/mstore_mload.go`](./example/mstore_mload.go) as an example, it defines bytecode directly by builder `asm`, then write the logs produced by `TraceTx` to stdout. To reproduce the logs, run:

```bash
go run ./example/mstore_mload.go > ./mstore_mload.json
```

### Debugging

The execution traces returned by geth omit some information like execution
Expand Down

0 comments on commit bfcb236

Please sign in to comment.