Skip to content

algodex/algodex-sdk-examples

Repository files navigation

algodex-sdk-examples

Examples of using the Algodex SDK

Note: A more updated trading bot can be found at https://github.com/algodex/trading-bot

Requirements

  • Node.js version 16 or above
  • Git

Setup

First git clone the repository. Then from a terminal in the directory:

npm install
cp .env.testnet.example .env

Edit the .env file to your Algorand node and indexer endpoints, and add in your wallet mnemonic (without commas).

Running

npm run compile-and-start -- --assetId=<assetId>

Testing

npm run test

About

Examples of using the Algodex SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published