zkDatabase icon indicating copy to clipboard operation
zkDatabase copied to clipboard

Store data generated from circuit compilation in remote storage

Open magestrio opened this issue 1 year ago • 3 comments

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})

magestrio avatar Dec 11 '23 09:12 magestrio