-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Milestone
Description
path: /wallets/embedded/index.ts
specs:
const wallet = new EmbeddedWallet({
key: {
type: "mnemonic",
words: ['words', ..., 'ability', 'able', 'about'],
},
providers: {
proof: "https://lace.midnight.com/proof",
indexer: "https://lace.midnight.com/indexer",
node: "https://lace.midnight.com/node",
},
})
await wallet.signTx()
await wallet.proof()
await wallet.submit()
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Not Started