Package Exports
- @axiom-crypto/react
- @axiom-crypto/react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@axiom-crypto/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Axiom React Components
What is Axiom
Axiom allows smart contracts to compute over the entire history of Ethereum. Smart contracts can query Axiom on-chain, and Axiom results are verified on-chain in ZK and delivered to the target smart contract via callback.
This package provides React components and hooks to help you integrate Axiom into your React or Next.js webapp.
Getting Started
Starting a new Axiom project is easy:
npx create-axiom-clientSet a directory to start your project in and then select Next.js in the options list to scaffold a new Axiom Next.js dApp.
Docs
For more information on Axiom, see the homepage or Developer Docs.