toronet 0.0.4
toronet: ^0.0.4 copied to clipboard
Toronet is a Dart/Flutter SDK providing seamless integration with blockchain, wallet, payments, KYC, exchange, and balance APIs. It enables developers to build secure, scalable, and feature-rich fina [...]
0.0.4 #
- Added multi-chain bridge support for Solana, Polygon, BSC, Base, and Arbitrum
- Added SolanaService with comprehensive Solana operations (address creation, validation, transfers, bridge, balance, transactions, payments)
- Added PolygonService with bridge, balance, transactions, and payment operations
- Added BSCService with bridge, balance, transactions, and payment operations
- Added BaseService with bridge, balance, transactions, and payment operations
- Added ArbitrumService with bridge, balance, transactions, and payment operations
- All chain services use the same base URL as Toronet mainnet/testnet with
/cryptoutilssuffix for bridge operations - Payment operations for all chains use
/paymentendpoint
0.0.3 #
- Comprehensive SDK examples and documentation updates
- Added network configuration support (mainnet/testnet)
- Added all missing implementations and services
- Improved error handling with custom exceptions
0.0.2 #
- Stable Version