dethcrypto / dethcode

View source of deployed Ethereum contracts in VSCode
https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code
1.36k stars 105 forks source link

Consider creating chrome extension #15

Open krzkaczor opened 2 years ago

krzkaczor commented 2 years ago

someone already did it :) and we could help maintaining it:

https://github.com/kesar/deth-extension

krzkaczor commented 2 years ago

Another one: https://github.com/jcxia43/contract-mate

elsewhat commented 2 years ago

From a security point of view, I'd be very careful on using chrome extensions from any browser having metamask with your wallet. Particularly if you don't have a hw wallet.

As far as I can see, the chrome extension could easily trigger specialized web3.js calls which the end-user might inadvertently accept as they believe the need to do a signature in order to access the code.