ts-sdk-typesMove to TypeScript type mapping in @aptos-labs/ts-sdk: u64/u128/u256 as bigint, address as string, TypeTag, functionArguments and typeArguments. Triggers on:...
Install via ClawdBot CLI:
clawdbot install iskysun96/ts-sdk-typesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
When building a DeFi app on Aptos, use bigint for u128 amounts in coin transfers to avoid precision loss. The SDK's functionArguments with bigint ensures large token amounts are handled correctly.
Query on-chain NFT data like collection supply or token balance using view functions. Cast the u128 result to bigint to accurately represent large numbers, and pass object addresses as strings.
Handle u256 values for large cross-chain amounts (e.g., wrapped assets) using bigint. Pass typeArguments for generic bridge contracts and ensure functionArguments match Move parameter types precisely.
In a blockchain game, check player balances of in-game tokens or resources using view functions. Use bigint for u64/u128 values like experience points or currency, and cast result strings accordingly.
Submit governance proposals that involve transferring treasury funds. Ensure proposal amounts (u128) are passed as bigint, and provide correct typeArguments for generic voting contracts.
Provide a TypeScript SDK with pre-built type-safe wrappers for common Move functions. Revenue comes from subscription fees for enterprise teams needing reliable type mapping and support.
Offer consulting services to help projects migrate from JavaScript to TypeScript with proper type handling. Charge per engagement for type system setup and code review.
Monetize by offering a free basic type mapping library and charging for advanced features like automated type generation or custom type tag utilities.
💬 Integration Tip
Always use bigint for u128/u256 values and string for addresses. Use typeArguments array for generic Move functions.
Scored May 12, 2026
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Database Designer - POWERFUL Tier Skill
Execute SQL queries, inspect Snowflake databases, schemas, tables, views, warehouses, and data pipeline resources. Use this skill when users want to query da...
Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.
Database Schema Designer