zkDatabase
zkDatabase copied to clipboard
Store data generated from circuit compilation in remote storage
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 the user experience.
const cache = Cache.FileSystem(`/name`)
SmartContract.compile({cache})