@juweber99/vigee-wallet-connector
v0.4.71
Published
vigee library to allow persisted wallet connection across multiple wallets
Downloads
164
Readme
vigee-wallet-connector
npm -i vigee-wallet-connector
const sw = new DynamicWallet(Networks.TESTNET, Wallets.ALGOSIGNER)
if(!await sw.connect()) return alert("Couldnt connect")
//...
const accts = sw.accountList()
//...
sw.signTxn([txnblobs])
//...
sw.disconnect()