https://github.com/MetaMask/mascara (beta) Add MetaMask to your dapp even if the user doesn't have the extension installed 可以开始分析一下这里的代码,从package.json中我们可以看到start中的内容: "scripts": { "test": "echo \"Error: no test specified\&qu…
https://github.com/MetaMask/metamask-extension/blob/develop/docs/porting_to_new_environment.md MetaMask has been under continuous development for nearly two years now, and we’ve gradually discovered some useful abstractions that have allowed us to gr…
https://github.com/MetaMask/zero-client MetaMask ZeroClient and backing iframe service architecture here is a comparison of the extension-based and iframe-based architecture metamask extension: dapp inpage.js <-> forwarder contentscript.js <->…
The most confusing part about porting MetaMask to a new platform is the way we provide the Web3 API over a series of streams between contexts. Once you understand how we create the InpageProvider in the inpage.js script, you will be able to understan…