Coby
Coby
### Describe the problem It's common for someone looking to troubleshoot a problem to share a gist or some code in a single text file. Anyone looking to reproduce the...
### Describe the problem The zk project command always creates a sub-directory, which is annoying if you are already in the directory you want all of the files to be...
The community has raised this issue where their reducer cannot correctly derive the action hash given the response from the archive node. This only happens when multiple actions are dispatched...
## Summary O1JS has implemented the primitives needed to verify ECSDA over Secp256k1 signatures (used in ethereum and other blockchains), but the developer experience leaves room for improvement. ## Current...
## Summary The way that offchain state works today is a developer will create their custom offchain state class and object in on call: ```ts const offchainState = OffchainState( {...