1.11.0 • Published 1 year ago

algorand-session-wallet-deka v1.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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()