zkDatabase
zkDatabase copied to clipboard
zkDatabase, a distributed off-chain database with ZK prover
## Type - [x] Feature - [ ] Bug fix - [ ] CI/CD - [ ] Documentation - [ ] Other ## Description Improve and fixing full flow with...
Adopt a monorepo structure to streamline package management, development workflow, and simplify configuration processes. ### Rationale: - **Centralized Management**: A monorepo allows for easier coordination across multiple packages, reducing overhead...
Hi @magestrio, I mentioned in the meeting that we going implement zkDatabase as a service that's why you see this package appear in our repo https://github.com/orochi-network/zkDatabase/tree/main/packages/serverless. To make this a...
We may need to define a schema collection in each data that define the structure of o1js `Struct` to allow us to serialize/deserialize an o1js `Struct` from mongo `Document`. This...
## Feature type - [x] UI - [x] Implementation - [ ] Specification - [ ] CI/CD - [ ] Other ## Feature description ## Pull request checklist Please check...
o1js offers the capability to cache data generated from zkApp and zkProgram. Storing this data externally is a beneficial strategy. It will considerably enhance the circuit compilation time, thereby improving...
We aimed to make the data serialize/deserialize directly from `Uint8Array` to `Field`. It would better in term of storing and reconstruction data from storage.
Set up an auto-increment feature using an Incremental Merkle Tree. Rather than generating the Merkle index from the data provided by the user, we should offer an option to enable...
## Type - [X] Feature - [ ] Bug fix - [ ] CI/CD - [ ] Documentation - [ ] Other ## Description Brief description of the changes made.
Client should be able to request caches to accelerate compilation time