Skip to content

algodex/algodex-sdk-patch

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 14, 2023
Jun 12, 2023
Jun 12, 2023
Jun 12, 2023
Jun 14, 2023
Jun 12, 2023

Repository files navigation

algodex-sdk

Client-side JavaScript API calls for Algodex as an npm package

*** Patched with new endpoints

Installation

npm ci

Testing

Automated smart contract tests

npm test

With Chrome debugger support:

npm run testDebug

Enabling smart contract source logs in the console output

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

Manual testing

  1. Download and set up https://github.com/algodex/algodex-experimental
  2. Run the following in the algodex-sdk directory:

npm link

  1. Run the following in the algodex-experimental directory:

rm -rf 'node_modules/@algodex'

npm link @algodex/algodex-sdk

Architecture Documentation

https://github.com/algodex/algodex-architecture

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published