workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

get the electron wallet adapter to auto-connect so we can always use it #181

Open SvenDowideit opened 2 years ago

SvenDowideit commented 2 years ago

see the anchor decode where it makes a new Keypair if the wallet-adapter isn't initialised.

confused - <WalletProvider wallets={wallets} autoConnect>

SvenDowideit commented 2 years ago

mmm, for #59 and #222, we could/should do airdrops when we auto-connect to the wallet, and/or on net change (except on main)

Sven needs a setting to not do that, to help test the out of money errors