walrus 0.1.0
walrus: ^0.1.0 copied to clipboard
Flutter SDK for Walrus decentralized storage protocol built on Sui blockchain.
0.1.0 #
- Singleton pattern with
WalrusClient.initialize()andWalrusClient.instance - Basic blob operations:
store(),read(),exists(),getBlobUrl() - Support for
deletableandpermanentblob options - Custom exceptions:
WalrusException,StoreException,BlobNotFoundException,NetworkException
0.0.1 #
- Initial version.