@algodex/algodex-sdk
Version:
API calls for interacting with the Algorand blockchain
23 lines (17 loc) ⢠676 B
Markdown
# š¦ @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
```