Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 607 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 607 Bytes

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