Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description for index page #172

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"openrpc": "1.2.4",
"info": {
"title": "MetaMask JSON-RPC API Reference",
"version": "1.0.0"
"version": "1.0.0",
"description": "This section provides a detailed API reference for interacting with the MetaMask wallet via JSON-RPC methods. This API builds on a set of standard Ethereum methods with MetaMask-specific enhancements and is designed for seamless integration into decentralized applications. You can explore the APIs using the interactive playground for hands-on experimentation with individual RPC methods. Try them out with the pre-configured examples or enter custom parameters. If there are custom parameters you would like to reuse from the playground, then bookmarks can be used to pre-fill any custom parameters you configured."
},
"methods": [
{
Expand Down