Protocol Kit Reference
Deployment
createSafeDeploymentTransaction

createSafeDeploymentTransaction

Returns a transaction to deploy a new Safe smart account.

Usage

Before deploying a new Safe, you must initialize and configure the Protocol Kit accordingly.


_10
import { protocolKit } from './setup.ts'
_10
_10
const transaction = await protocolKit.createSafeDeploymentTransaction()

Returns

Promise<Transaction>

The transaction that deploys the new Safe account when executed.

Was this page helpful?