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

https://github.com/metamask/openrpc-inspector-transport

Metamask transport for the OpenRPC Inspector
https://github.com/metamask/openrpc-inspector-transport

Last synced: 9 months ago
JSON representation

Metamask transport for the OpenRPC Inspector

Awesome Lists containing this project

README

          

# Metamask OpenRPC Inspector Transport

This adds Metamask support to the [OpenRPC inspector](http://inspector.open-rpc.org) via transport plugins.

## Install Instructions

1. Go to http://inspector.open-rpc.org
2. Click `HTTP` transport dropdown
3. Select `+ Add Transport`
4. Add plugin name: `Metamask`
5. Add plugin url: `https://metamask.github.io/openrpc-inspector-transport`
6. Select `POSTMESSAGEIFRAME` as the transport type
7. Click `Add Transport`

![image](https://user-images.githubusercontent.com/364566/112074343-532d4200-8b33-11eb-8ce3-75e2f1f97ef8.png)

### Contributing

How to contribute, build and release are outlined in [CONTRIBUTING.md](CONTRIBUTING.md), [BUILDING.md](BUILDING.md) and [RELEASING.md](RELEASING.md) respectively. Commits in this repository follow the [CONVENTIONAL_COMMITS.md](CONVENTIONAL_COMMITS.md) specification.