Algodex SDK v2
Updated July 28th, 2022
Overview
Tutorials
Setup
NPM
Yarn
Examples
[WIP] Example Testnet Configuration [config.json]
{
"config": {
"algod": {
"uri": "https://testnet-algorand.api.purestake.io/ps2",
"token": "<TOKEN>"
},
"indexer": {
"uri": "https://algoindexer.testnet.algoexplorerapi.io",
"token": ""
},
"explorer": {
"uri": "https://indexer.testnet.algoexplorerapi.io",
"port": ""
},
"dexd": {
"uri": "https://api-testnet-public.algodex.com/algodex-backend",
"token": ""
}
}
}Example Mainnet Configuration [config.json]
Last updated