ReactJS
Installation
This SDK is only for the Web, React-Native based users should use zk-expo
instead.
Here is a tutorial on Intergating this on the Web
.
Making Proofs
useProof
Hook
Example,
We use a CORS proxy to bypass few CORS errors while downloading assets on a Website.
Reference,
Managing Localstorage
Usage,
Reference,
storeUint8Array
removeUint8Array
retrieveUint8Array
Tracking Events
useWebSocket
hook
Instead of waiting for the chain to emit the event you can subscribe to the relay for incoming transaction hashes for your channel.
Example,
Reference,
Managing Passkeys
create
Reference,
Usage,
getPublicKeyFromAttestationResponse
Reference,
Usage,
importPublicKeyAsCryptoKey
Usage,
importPublicKeyAsCryptoKey
Usage,
verifySignature
Usage,