An open API service indexing awesome lists of open source software.

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

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.