Algodex SDK v2
Updated July 28th, 2022
Overview
The Algodex Software Development Kit (SDK) 2.0 is for developers who wish to programmatically interact with Algodex. The SDK enables developers to integrate Algodex's exchange logic into their own DApps. A robust description of the SDK can be found here, and the Github and setup instructions can be found here.
Tutorials
Setup
NPM
npm install @algodex/algodex-sdk
Yarn
yarn add @algodex/algodex-sdk
Examples
[WIP] Example Testnet Configuration [config.json]
Example Mainnet Configuration [config.json]
Last updated