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

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

/algorand-session-wallet-deka/

    Package Sidebar

    Install

    npm i algorand-session-wallet-deka

    Weekly Downloads

    0

    Version

    1.11.0

    License

    MIT

    Unpacked Size

    82.9 kB

    Total Files

    20

    Last publish

    Collaborators

    • fepaso