forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MetaMask#2114] Report on experiment within HTNL Web page itself
- Loading branch information
Showing
2 changed files
with
198 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# Bug 2114 | ||
|
||
This directory contains Ethereum contracts and Web pages attempting to demonstrate the bug described [https://github.com/MetaMask/metamask-extension/issues/2114#issuecomment-333174005](https://github.com/MetaMask/metamask-extension/issues/2114#issuecomment-333174005), namely that events are silently filtered somewhere between the Infura JSON RPC API and the MetaMask Chrome plugin in the browser. | ||
This directory contains Ethereum contracts and Web page attempting to demonstrate the bug described [https://github.com/MetaMask/metamask-extension/issues/2114#issuecomment-333174005](https://github.com/MetaMask/metamask-extension/issues/2114#issuecomment-333174005), namely that events are silently filtered somewhere between the Infura JSON RPC API and the MetaMask Chrome plugin in the browser. | ||
|
||
To run the demo, change directory into the website root, and then start the HTTP server w/: | ||
``` | ||
$ npm start | ||
> [email protected] start <path to repo>/metamask-extension/test/bug-2114/website | ||
> serve -s public | ||
┌─────────────────────────────────────────────────┐ | ||
│ │ | ||
│ Serving! │ | ||
│ │ | ||
│ - Local: http://localhost:5000 │ | ||
│ - On Your Network: http://<local IP address>:5000 │ | ||
│ │ | ||
│ Copied local address to clipboard! │ | ||
│ │ | ||
└─────────────────────────────────────────────────┘ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters