mascara
mascara copied to clipboard
(beta) Add MetaMask to your dapp even if the user doesn't have the extension installed
Is this possible to use in a Chrome Extension v3, to have the user login with metamask?
Add the ability to cipher all private keys with (the same for all keys) password. It is to make harder to obtain funds if the computer is stolen.
Add web3modal support.
Hello, when building my creat-react-app, I get this error: ``` > react-scripts build Creating an optimized production build... Failed to compile. Failed to minify the code from this file: ./node_modules/metamascara/mascara.js:7...
MetaMask Mascara installs a serviceworker on some domain. Can't that domain simply change the service worker, and/or get the private keys? Are they non-extractable, is that why it works?
when I deleted {host: 'http://localhost:9001'} from metamask.createDefaultProvider({host: 'http://localhost:9001'}) to use metamask webapp(https://wallet.metamask.io),I got the problem: Cannot GET /proxy/widget.html I want to know what this file for?
even after successfully installing metamask as a service worker in chrome for android, applications using web3 with MM as the provider still can't interact with wallet.metamask.io (ex: no "popup" or...
Hi, Wanted to know if this project is still in roadmap? I don't see any new development since Dec 2017. Wanted to use this for one of my project
The common way to check if a account is unlocked in Metamask is a async call to this.web3.eth.getAccounts() and then check if accounts[0] is set. In Mascara this works fine...