geth integration
Last updated
Was this helpful?
Last updated
Was this helpful?
Note: The coprocessor has moved to an event-based architecture and, therefore, it no longer requires integration into geth. We leave this integration guide for future reference only or if geth integration is needed in certain circumstances.
This document is a guide listing detailed steps to integrate fhevm-backend
into or any other implementations that follow the same architecture. We use geth
and go-ethereum
interchangeably from now on.
The Go library that we integrate into geth is .
We also have changes to geth itself here .
To start a local geth coprocessor full node, please have a look at: https://github.com/zama-ai/go-ethereum-coprocessor/blob/master/Dockerfile.devnode
To execute the actual FHE computation, a is needed.
This document is still work in progress. Above repositories serve as reference for now.