Getting Started

Installation

Prerequisites

Version 1.x.x of the SDK now uses viem instead of ethers to represent wallets and RPC connections.

Install the packages

The Vertex SDK packages are hosted on NPM.

Run the following:

yarn add @vertex-protocol/client viem bignumber.js

Last updated