https://github.com/adrianmcli/repro-ganache-bug
https://github.com/adrianmcli/repro-ganache-bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianmcli/repro-ganache-bug
- Owner: adrianmcli
- Created: 2020-04-23T20:03:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:16:23.000Z (about 3 years ago)
- Last Synced: 2025-04-04T23:26:09.008Z (about 1 year ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Create a `.env` file at project root:
```
MAINNET_NODE_URL=https://mainnet.infura.io/v3/insert_api_key_here
PRIV_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
```
Of course fill out the items above with an actual private key (any will do) as well as an actual API key for infura (or URL to other node)
2. Run `npm start` to start the test chain at `start-ganache.js`
3. In a separate window, run `npm run migrate` to make the migration.
4. See it fail.