Created
April 12, 2022 16:20
-
-
Save janniks/68949575ab3d760aeca7ee1962cc5404 to your computer and use it in GitHub Desktop.
addresses — Stacks Signing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const address = userSession.loadUserData().profile.stxAddress; | |
const mainnetAddress = address.mainnet; | |
// "SP2K5SJNTB6YP3VCTCBE8G35WZBPVN6TDMDJ96QAH" | |
const testnetAddress = address.testnet; | |
// "ST2K5SJNTB6YP3VCTCBE8G35WZBPVN6TDMFEVESR6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment