Address derivation
Turnkey fully supports IOTA addresss derived from the Ed25519 curve.Transaction construction and signing
Turnkey supports IOTA transaction signing through the core signing capabilities. We provide an example repository that demonstrates how to construct and sign IOTA transactions:examples/with-iota
: demonstrates transaction construction and broadcast on IOTA.
Example
Here’s a practical example showing how to integrate Turnkey with the IOTA SDK:IOTA Network Support
Turnkey supports:- IOTA Mainnet
- IOTA Testnet
- IOTA Devnet
Key Features for IOTA
- Ed25519 Signing: Turnkey fully supports the Ed25519 curve used by IOTA
- Raw Transaction Signing: Sign any IOTA transaction format with Turnkey’s flexible signing API
- Integration Example: Our example repository provides a reference implementation
Benefits of Using Turnkey with IOTA
- Secure Key Management: Private keys never leave Turnkey’s secure infrastructure
- Developer Friendly: Integrate with existing IOTA development workflows
- Signing Policies: Apply custom policies to control transaction approvals
- Multi-user Support: Manage multiple IOTA addresses under a single organization