💾 Archived View for thebackupbox.net › ~epoch › blog › ethereum captured on 2024-12-17 at 10:10:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-07-09)

-=-=-=-=-=-=-

browser wallet bullshit

I wanted to look into what kind of stuff I could get metamask to tell me, but there's a lot of different ways to get ethereum wallet browser extensions to tell you stuff.

so, I went with what seemed to be the "right" way, using..

EIP-6963

and

EIP-1474

the results of that playing is at

https://thebackupbox.net/~epoch/metamask.html

and after I wrote that, I figured I might as well make a user-script to let me tell stuff using these APIs whatever I want.

that user script lives at

/~epoch/user.js/ether.user.js

and currently only supports responding with a made up wallet address.

I'm not sure if any websites actually implement EIP-6963.

If you know of any, let me know so I can poke at them.