Axiom Typescript SDK

The Axiom SDK is an npm library that includes a collection of APIs and query tools.

To install the package into your dApp as a project dependency, use:

# npm
npm i @axiom-crypto/core

# or yarn
yarn add @axiom-crypto/core

# or pnpm
pnpm add @axiom-crypto/core

Current modules:

  • core

    • Provides an Axiom class wrapping Block and Query classes which provide information about historical blocks and Axiom queries.

  • query

    • Provides a QueryBuilder class which helps users construct queries in the Axiom Query Format and submit them on-chain.

Last updated