Installation

Installation and setup of the Azoth SDK.

Install the Azoth SDK

Use npm or yarn to install the package:

# Using npm
npm install @azothpay/sdk

# Using yarn
yarn add @azothpay/sdk

You'll also need to install ethers.js v6 as a peer dependency:

# Using npm
npm install ethers@^6.0.0

# Using yarn
yarn add ethers@^6.0.0

Prerequisites

Before you begin using the Azoth SDK, make sure you have:

  • A JavaScript/TypeScript development environment

  • Node.js (v14 or higher recommended)

  • npm or yarn package manager

  • Basic knowledge of Ethereum/EVM blockchain concepts

  • Access to blockchain RPC nodes (e.g., Infura, Alchemy, or your own node)

Last updated