import { Akord, Auth } from "@akord/akord-js"; const { wallet } = await Auth.signIn("my email", "my password"); const akord = await Akord.init(wallet); const { stackId } = await akord.stack.create(vaultId, "path to my file");
Last updated 7 months ago