https://github.com/metamask/state-log-explorer
A web interface for exploring MetaMask state logs
https://github.com/metamask/state-log-explorer
Last synced: 7 months ago
JSON representation
A web interface for exploring MetaMask state logs
- Host: GitHub
- URL: https://github.com/metamask/state-log-explorer
- Owner: MetaMask
- Created: 2017-10-04T17:35:05.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:39:42.000Z (over 1 year ago)
- Last Synced: 2025-06-05T10:50:30.361Z (8 months ago)
- Language: JavaScript
- Homepage: https://metamask.github.io/state-log-explorer/
- Size: 1.52 MB
- Stars: 13
- Watchers: 22
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# State Log Explorer
A web UI for exploring MetaMask state log JSON files.
[Visit live page here](https://metamask.github.io/state-log-explorer/)
To run:
`npm start`
To build:
`npm run build`
Then just include `bundle.js` in an HTML file.