From aab2bbb4e8bb01782452a308fe4d16272e92ae15 Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Thu, 3 Apr 2025 21:36:51 -0400 Subject: [PATCH 1/2] Adds flare page to networks --- networks/flare.mdx | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 networks/flare.mdx diff --git a/networks/flare.mdx b/networks/flare.mdx new file mode 100644 index 00000000..92d22f7d --- /dev/null +++ b/networks/flare.mdx @@ -0,0 +1,38 @@ +--- +title: "Flare support on Turnkey" +sidebarTitle: "Flare" +--- + +## Address derivation + +Turnkey supports Flare address derivation with `ADDRESS_TYPE_FLARE`. Flare addresses are derived from the SECP256K1 curve, which Turnkey fully supports. + +## Transaction construction and signing + +Turnkey supports Flare transaction signing through our core signing capabilities. We provide flexible signing APIs that integrate seamlessly with the Flare ecosystem. + +## Transaction parsing and signing + +Turnkey's secure infrastructure ensures that private keys never leave our secure enclaves while providing robust transaction signing capabilities. Our signing system supports: + +- Raw transaction signing for any Flare transaction format +- Secure key management with policy controls +- Integration with existing Flare development workflows + +## Network support + +Turnkey supports the following Flare networks: + +- Flare Mainnet +- Coston Testnet +- Coston2 Testnet + +## Key features + +- **SECP256K1 Signing**: Full support for Flare's cryptographic requirements +- **Secure Key Management**: Private keys never leave Turnkey's secure infrastructure +- **Flexible Integration**: Seamlessly integrate with existing Flare development workflows +- **Policy Controls**: Apply custom policies to control transaction approvals +- **Multi-user Support**: Manage multiple Flare addresses under a single organization + +If you're building on Flare and need assistance with Turnkey integration, feel free to contact us at [hello@turnkey.com](mailto:hello@turnkey.com), on [X](https://x.com/turnkeyhq/), or [on Slack](https://join.slack.com/t/clubturnkey/shared_invite/zt-31v4yhgw6-PwBzyNsWCCBTk2xft3EoHQ). From 9f925579b17e1efc84964a958a8a0a49c0312f08 Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Thu, 3 Apr 2025 21:40:26 -0400 Subject: [PATCH 2/2] Update network support table --- networks/overview.mdx | 102 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 84 insertions(+), 18 deletions(-) diff --git a/networks/overview.mdx b/networks/overview.mdx index 81e7caff..af885a9f 100644 --- a/networks/overview.mdx +++ b/networks/overview.mdx @@ -29,47 +29,113 @@ Our SDK provides tools and scripts to help in constructing and signing basic tra At our highest level of support, Turnkey offers the ability to parse transactions and define custom policies based on transaction parameters. -| Tier | Depth of support | EVM | SVM | BTC | ATOM | TRON | SUI | APT | MOVE | TON | XRP | SEI | -| ------ | :------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --- | --- | --- | -| Tier 1 | Curve-level | | | | | | | | | | | | -| Tier 2 | Address derivation | | | | | | | | | | | | -| Tier 3 | SDK construction and signing | | | | | | | | | | | | -| Tier 4 | Transaction parsing and policies | | | | | | | | | | | | +| Tier | Depth of support | EVM | SVM | BTC | ATOM | TRON | SUI | APT | MOVE | TON | XRP | SEI | FLARE | +| ------ | :------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | --------------------------------------------- | +| Tier 1 | Curve-level | | | | | | | | | | | | | +| Tier 2 | Address derivation | | | | | | | | | | | | | +| Tier 3 | SDK construction and signing | | | | | | | | | | | | | +| Tier 4 | Transaction parsing and policies | | | | | | | | | | | | | For more details about each ecosystem, refer to the pages below: - + Overview - + Ethereum (EVM) support on Turnkey - + Solana (SVM) support on Turnkey - + Bitcoin support on Turnkey - + Cosmos support on Turnkey - + Tron support on Turnkey - + Sui support on Turnkey - + Sei support on Turnkey - + Aptos support on Turnkey - + Movement support on Turnkey - + Specific support for other ecosystems on Turnkey - \ No newline at end of file +