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
- Host: GitHub
- URL: https://github.com/metamask/openrpc-inspector-transport
- Owner: MetaMask
- License: apache-2.0
- Created: 2021-03-23T00:09:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T16:17:05.000Z (about 1 year ago)
- Last Synced: 2025-06-05T10:50:30.910Z (about 1 year ago)
- Language: TypeScript
- Size: 106 KB
- Stars: 6
- Watchers: 34
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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`

### 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.