Skip to content
Account Kit LogoAccount Kit
Account KitDocumentation
Account Kit is a vertically integrated stack for building apps that support ERC-4337: smart accounts, signer integrations, sponsoring gas, bundlers, and an SDK.
typescript
const provider = new AlchemyProvider(providerConfig).connect(
  (rpcClient) =>
    new LightSmartContractAccount({
      ...accountConfig,
      rpcClient,
    })
);

const { hash } = await provider.sendUserOperation(uo);
const provider = new AlchemyProvider(providerConfig).connect(
  (rpcClient) =>
    new LightSmartContractAccount({
      ...accountConfig,
      rpcClient,
    })
);

const { hash } = await provider.sendUserOperation(uo);