Supported Networks
Sui support on Turnkey
Address derivation
Turnkey supports Sui address derivation with ADDRESS_TYPE_SUI
. Sui addresses are derived from the Ed25519 curve, which Turnkey fully supports.
Transaction construction and signing
Turnkey supports Sui transaction signing through the core signing capabilities. We provide an example repository that demonstrates how to construct and sign Sui transactions:
examples/with-sui
: demonstrates transaction construction and broadcast on Sui.
Example
Here’s a practical example showing how to integrate Turnkey with the Sui SDK:
Sui Network Support
Turnkey supports:
- Sui Mainnet
- Sui Testnet
- Sui Devnet
Key Features for Sui
- Ed25519 Signing: Turnkey fully supports the Ed25519 curve used by Sui
- Raw Transaction Signing: Sign any Sui transaction format with Turnkey’s flexible signing API
- Integration Example: Our example repository provides a reference implementation
Benefits of Using Turnkey with Sui
- Secure Key Management: Private keys never leave Turnkey’s secure infrastructure
- Developer Friendly: Integrate with existing Sui development workflows
- Signing Policies: Apply custom policies to control transaction approvals
- Multi-user Support: Manage multiple Sui addresses under a single organization
If you’re building on Sui and need assistance with Turnkey integration, feel free to contact us at hello@turnkey.com, on X, or on Slack.