Skip to content

Initializing a Safe Account

To initialize the Klaster SDK with a Safe account you can use the following function:

const klaster = await initKlaster({
  accountInitData: loadSafeV141Account({
    signers: ["0xSIGNER"],
    threshold: 1n,
  }),
  nodeUrl: "https://<node-url>",
});