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:
Current modules:
core
Provides an
Axiom
class wrappingBlock
andQuery
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