Integrate your account factory
Account Factory
The recommended way to use account factories is to integrate the thirdweb SDK in your applications. This will ensure account contracts are deployed for your users only when they need it.
Direct contract interaction (advanced)
No SDK install required for API/cURL. Call the HTTP endpoints directly. Keep your secret key server-side; use client IDs in frontends.
Initialize the SDK and contract on your project:
You will need to pass a client ID/secret key to use thirdweb's infrastructure services. If you don't have any API keys yet you can create one by creating a project for free from the dashboard.