anychain-sui is a Rust library that provides a simple and unified interface for interacting with the Sui blockchain.
- Transaction Processing: Functionality to create, sign, and broadcast transactions on the Sui network
- Integration with Sui RPC API: Interact with the Sui RPC API for querying account information, transaction details, etc.
- Wallet Management: Creating and managing Sui wallets, including keypair generation, public/private key management, etc.
Add the following to your Cargo.toml file:
[dependencies]
anychain-sui= "0.1.0"
Then, run cargo build to download and compile the library.
anychain-sui released under the MIT License. See the LICENSE file for more information.