|
|
|
|
|
by spinny
1470 days ago
|
|
the wallet in question is probably metamask, a browser extension. it injects a web3 provider in `window.ethereum`.
connecting the wallet is done by calling `window.ethereum.enable()`, this pops up a dialog asking you to connect an address to the website. it just tels the extension that the website is allowed to interact with the extension This article is about phishing in the context of cryptos. Silent signing doesn't happen (unless there is some kind of bug in metamask). the user is always presented with the contract address and call data (the args to the contract call) |
|