UNPKG

@juweber99/vigee-wallet-connector

Version:

vigee library to allow persisted wallet connection across multiple wallets

26 lines (15 loc) 321 B
# vigee-wallet-connector ```sh npm -i vigee-wallet-connector ``` ```js 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() ``` # vigee-wallet-connector