@algodex/algodex-sdk
Version:
API calls for interacting with the Algorand blockchain
21 lines (14 loc) ⢠449 B
Markdown
# ā¹ Overview
Utility Module. Should only include functions that relate to a base type or third party type. Examples
include `Array` `Object` `String` or `Big` `Axios`.
# TODO: Move to order|asset once it exists
### š Folder Structure
```shell
# tree -f -L 2
.
āāā ./calc/ # Calculations
āāā ./format/ # Display methods
āāā ./units/ # Asset conversions
āāā ./index.js # Namespace exports
āāā ./README.md
```