0xEigenLabs / eigen-prover

Eigen zkVM's Proving Service
33 stars 9 forks source link

Implement Local StateDB for fast local test #64

Closed eigmax closed 5 months ago

eigmax commented 6 months ago

Now if we run the service, we need to deploy a Postgres Database by Docker first, this isn't easy when we are in a docker container because we should enable docker in docker capability.

Hence we need a Memory or Local FS database as the storage media for StateDB.