algorand-session-wallet
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

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()

Readme

Keywords

Package Sidebar

Install

npm i algorand-session-wallet

Weekly Downloads

6

Version

1.7.0

License

MIT

Unpacked Size

61.5 kB

Total Files

16

Last publish

Collaborators

  • barnjamin