https://github.com/fvictorio/metamask-events-bug
https://github.com/fvictorio/metamask-events-bug
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvictorio/metamask-events-bug
- Owner: fvictorio
- Created: 2017-10-17T14:51:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T15:21:01.000Z (over 7 years ago)
- Last Synced: 2025-04-01T12:23:30.490Z (2 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
First, check that everything works in Rinkeby:
1. Enter the `blockchain` directory and run `truffle compile`
1. With a node connected to Rinkeby, run `truffle migrate`
1. Enter the `web` directory and run `npm install`
1. Build the files using `npm run build`
1. Start a local server (e.g. `python -m SimpleHTTPServer 3000`)
1. Open the page with MetaMask connected to Rinkeby and click the button. When the transaction is
processed, a new list item should appear.Now perform similar steps in `testrpc`:
1. Run `testrpc`
1. Go to the `blockchain` directory and run `truffle migrate`
1. Go to the `web` directory and run `npm run build` (this is necessary to get the address of the
contract in testrpc)
1. Connect MetaMask to testrpc and reload the page. Click the button. The list item should appear,
but it doesn't.