Turnkey signer
Turnkey is a key infrastructure provider with a powerful developer API and a robust security policy engine, enabling secure and flexible key management for blockchain applications.
By integrating Turnkey with Connect 4337, you can create custodial Account Abstraction (AA) wallets, where Turnkey ensures the security of private keys while using Cometh Connect’s smart wallets to sponsor gas, batch transactions, and enhance overall dApp functionality.
Setup
To use Turnkey with Connect 4337, first create an application that integrates with Turnkey.
Refer to the Turnkey documentation site for instructions on setting up an application with the Turnkey.
For a quick start, Turnkey provides examples, available here.
Integration
After following the Turnkey documentation, you will have access to a TurnkeyClient
object as shown below that you can pass as an owner to createSafeSmartAccount
:
Use it with Connect 4337:
Last updated