Skip to main content
December 2025
v1.2.2

Fixed

  • Updated README.md code examples to use correct generateAddressV2 method name
December 2025
v1.2.0

Added

  • Temporal Workflow Status: Track async workflow status with getTemporalWorkflowStatus()
  • Generate Address V2: Enhanced address generation using V2 API endpoint
  • Collection Management: New endpoints for getCollection(), deleteCollection(), getCollectionTokenDetails(), and getCollectionTokens()
  • Token Operations: unlinkToken() for unlinking tokens from the platform
  • Contract Interactions: getTransactionReceipt() for retrieving transaction receipts

Changed

  • Address generation now uses V2 API endpoint
  • Updated documentation and examples for all new features
November 2024
v1.0.0

Initial Release

  • Complete TypeScript SDK with full API coverage
  • Support for profiles, wallets, addresses, transactions, assets, and withdrawals
  • Smart contract interaction capabilities
  • Tokenization and NFT management features
  • Multi-environment support with comprehensive error handling