geth integration
This document is a guide listing detailed steps to integrate fhevm-backend
into go-ethereum or any other implementations that follow the same architecture.
This document is based on go-ethereum v1.13.5
An fhEVM-native node consists of the following components:
full node/validator node
Executor service
At the time of writing, the geth full node/validator node is not yet implemented. The Executor is almost fully functional.
Last updated
Was this helpful?