/inspector-snaps

🕵️‍♂️ Inspector Snaps 👌 is a simple tool to create, modify and execute JSON-RPC requests to metamask snaps plugins

Primary LanguageTypeScriptApache License 2.0Apache-2.0

🕵️‍♂️ Inspector Snaps 👌

🕵️‍♂️ 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

inspector_snaps

https://xops.github.io/inspector-snaps/

Url configuration

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

Contributing

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.

Resources