algodex-sdk 2.0.0-next.16
Install from the command line:
Learn more about npm packages
$ npm install @algodex/algodex-sdk@2.0.0-next.16
Install via package.json:
"@algodex/algodex-sdk": "2.0.0-next.16"
About this version
Client-side JavaScript API calls for Algodex as an npm package
# tree -f -L 2
.
βββ ./bin # Binary Files
βββ ./lib # Library Files
βΒ Β βββ ./lib/functions # Algodex Functions
βΒ Β βββ ./lib/teal # Contract Code
βΒ Β βββ ./lib/http # REST Clients
βΒ Β βββ ./lib/utils # Utilities
βΒ Β βββ ./lib/AlgodexAPI.js # API Interface
βββ ./spec # Type Specifications
βββ ./test # Testing Directory
βββ ./package.json
βββ ./yarn.lock
yarn
yarn test
yarn coverage
With Chrome debugger support:
yarn 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:
yarn link
- Run the following in the algodex-experimental directory:
rm -rf 'node_modules/@algodex'
yarn link @algodex/algodex-sdk
Details
- algodex-sdk
-
algodex
- over 2 years ago
- SEE LICENSE IN LICENSE
- 36 dependencies
Assets
- algodex-sdk-2.0.0-next.16-npm.tgz
Download activity
- Total downloads 3
- Last 30 days 0
- Last week 0
- Today 0