Client-side JavaScript API calls for Algodex as an npm package
*** Patched with new endpoints
npm ci
npm test
With Chrome debugger support:
npm run testDebug
export DEBUG_SMART_CONTRACT_SOURCE=1
Note: if https://github.com/algodex/algodex-go-api is set up and running, the console will also print out the transactions in json format
- Download and set up https://github.com/algodex/algodex-experimental
- Run the following in the algodex-sdk directory:
npm link
- Run the following in the algodex-experimental directory:
rm -rf 'node_modules/@algodex'
npm link @algodex/algodex-sdk