UNPKG

@algodex/algodex-sdk

Version:

API calls for interacting with the Algorand blockchain

21 lines (14 loc) • 449 B
# ℹ 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 ```