browser-extension
browser-extension copied to clipboard
Solana Chrome Extension
It hasn't had an update in 3 years and still appears on search results. Now we have wallet standard too and I suspect this repo doesn't conform.
I setup the code but when I click the wallet, I can't see any information but loading screen.
I'm trying to listen for `accountsChanged` and `clusterChanged`, but those events don't appear to be fired. Here's my code ``` window.solana.on("connect", () => { console.log("CONNECT"); }); window.solana.on("disconnect", () => {...
hi was looking to use this extension, but I do not see any license info... opensource whatever.. Maybe someone forgot to post it? Maybe I'm blind to it?