1.7.9 • Published 2 years ago

@imfeelingitchy/algorand-session-wallet v1.7.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

algorand-session-wallet

PRs welcome

example: https://github.com/barnjamin/algorand-session-wallet-example

npm -i algorand-session-wallet
const sw = new SessionWallet("TestNet", "algosigner-wallet")
if(!sw.connect()) return alert("Couldnt connect")

//...

const accts = sw.accountList()

//...

sw.signTxn([txnblobs])

//...

sw.disconnect()