Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
To sign a transaction, you need to connect your master seed to a Demos instance.
Demos
const demos = new Demos() const mnemonic = "river cat ..." const publicKey = await demos.connectWallet(mnemonic)
const signedTx = await demos.sign(tx) console.log("signed tx: ", signedTx)