UNPKG

@algodex/algodex-sdk

Version:

API calls for interacting with the Algorand blockchain

23 lines (17 loc) • 676 B
# šŸ“¦ @algodex/teal >Note: This module lives in `@algodex/sdk` until the `@algodex/mailbox` refactor. ## ℹ Overview Collection of teal and algosdk utilities used across all projects. The primary responsibility for the library is to provide features outside the native algosdk. This includes creating an application from the command line, generating test dependencies and compiling custom templates. ### šŸ“ Folder Structure ```shell # tree -f -L 2 . ā”œā”€ā”€ ./bin # Binary Files ā”œā”€ā”€ ./compile # Compile Namespace ā”œā”€ā”€ ./test # Test Namespace ā”œā”€ā”€ ./*.teal.js # Reusable Teal code ā”œā”€ā”€ ./package.json └── ./yarn.lock ```