mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
9 lines
492 B
Markdown
9 lines
492 B
Markdown
### Developing on UI with Mocked Background Process
|
|
|
|
You can run `npm run mock` and your browser should open a live-reloading demo version of the plugin UI, just like the `npm run ui`, except that it tries to actually perform all normal operations.
|
|
|
|
It does not yet connect to a real blockchain (this could be a good test feature later, connecting to a test blockchain), so only local operations work.
|
|
|
|
You can reset the mock ui at any time with the `Reset` button at the top of the screen.
|
|
|