AEKO Rust SDK
aeko-rust-sdk is the high-level Rust developer SDK for AEKO Chain application clients.
Published crate:
- current live release:
aeko-rust-sdk = "2.0.0" - next patch release for docs.rs metadata and crate landing docs:
aeko-rust-sdk = "2.0.2"
It complements:
aeko-programfor on-chain program developmentaeko-sdkfor low-level shared Rust primitives
This crate focuses on off-chain app flows:
- async RPC access
- transaction submission
- AEKO-721 instruction builders
- wallet-permissions instruction builders
- typed account decoders for current AEKO wallet and NFT accounts
Current Surface
AekoDeveloperClient- AEKO-721 instruction builders
- wallet-permissions instruction builders
- signed and unsigned transaction helpers
- typed decoders for:
Aeko721CollectionAeko721TokenWalletPermissionAccountWalletPermissionAuditLogAccount
Examples
Local Verification