📄️ Offline Sign (Get Signature)
The simplest and most powerful example we can find in microsui-lib is the ability to generate Sui-compatible Ed25519 signatures.
📄️ Broadcast Transaction to Sui Network
Sends a fully constructed transaction (including the Sui message and its signature) to a Sui Network node via HTTP.
📄️ Obtain Sui Address and Public Key from Private Key
Functions for deriving the Sui address and public key from a private key (secret key) using Sui-compatible cryptography.
📄️ Validating a Sui Signature for a given message
Verifies that the provided Sui-formatted signature is valid for the given serialized message.
📄️ Bytes,Base64,Hexa - Encode/Decode
Utility conversions between common data formats used in Sui development.