Skip to content

Instantly share code, notes, and snippets.

@janniks
Created April 12, 2022 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janniks/4fc5c54b7dea34ebe2a1a3283756d93e to your computer and use it in GitHub Desktop.
Save janniks/4fc5c54b7dea34ebe2a1a3283756d93e to your computer and use it in GitHub Desktop.
onFinish — Stacks Authentication
...
onFinish: (data) => {
const explorerTransactionUrl = "https://explorer.stacks.co/txid/${data.txId}";
console.log("View transaction in explorer:", explorerTransactionUrl);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment