Skip to content

Commit

Permalink
docs(smt): prereqs for vectorized poseidon package (ledgerwatch#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth committed Dec 14, 2023
1 parent d54bc0b commit 737410d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ zkEVM-Erigon is a fork of Erigon, currently in Alpha, optimized for syncing with

***

## Prereqs
In order to use the optimal vectorized poseidon hashing for the Sparse Merkle Tree, on x86 the following packages are required (for Apple silicone it will fall back to the iden3 library and as such these dependencies are not required in that case.

Please install:
- Linux: `libgtest-dev` `libomp-dev` `libgmp-dev`
- MacOS: `brew install libomp` `brew install gmp`

## zkevm-specific API Support

In order to enable the zkevm_ namespace, please add 'zkevm' to the http.api flag (see the example config below).
Expand Down

0 comments on commit 737410d

Please sign in to comment.