simplicity_sdk 1.0.0
simplicity_sdk: ^1.0.0 copied to clipboard
A Flutter package for deploying and interacting with smart contracts on simplicity-block
Changelog #
All notable changes to the Smart Contract SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-01-01 #
Added #
- Initial release of the Smart Contract SDK
- Core functionality for contract deployment and interaction
- Public key derivation from private keys
- Automatic signature handling
- Custom exception handling
- Comprehensive documentation
- Example project
Features #
SmartContractSDK
class for main interactionsDeploymentResult
class for deployment responsesContractCallResult
class for function call responsesSmartContractException
for error handling- Configurable server URLs
- Async/await support
- Type-safe parameter