v2.0.3
@axiom-crypto/client
- Users can generate local proofs of their own circuits defined in Typescript and build a query to send to AxiomV2 on-chain
- Implementation example: https://github.com/axiom-crypto/axiom-quickstart
@axiom-crypto/react
- Allows users to insert an
AxiomCircuitProvider
into their Next.js/React projects - Users can use the
useAxiomCircuit
hook withinAxiomCircuitProvider
to generate local proofs of circuits and build an AxiomV2 query - Implementation example: https://github.com/axiom-crypto/axiom-scaffold-nextjs/