๐ต๏ธโโ๏ธ Inspector Snaps ๐ is a simple tool to create, modify and execute JSON-RPC requests to metamask snaps plugins
- Edit JSON-RPC request
- Test JSON-RPC request against a given metamask
snapId
It can be used as a standalone tool or included in other projects
https://xops.github.io/inspector-snaps/
You can configure the default request and url via url params:
?request[jsonrpc]=2.0&request[method]=eth_chainId
here is a full example:
https://xops.github.io/inspector-snaps/?&request[method]=hello&request[params][0]=world
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.