JSPM

  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q65255F
  • License MIT

Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.

Package Exports

  • @axiom-crypto/circuit
  • @axiom-crypto/circuit/cliHandler
  • @axiom-crypto/circuit/cliHandler/index.js
  • @axiom-crypto/circuit/js
  • @axiom-crypto/circuit/js/index.js
  • @axiom-crypto/circuit/web
  • @axiom-crypto/circuit/web/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/circuit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@axiom-crypto/circuit

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 SDK provides core utility functions to write an Axiom circuit and interface with it.