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 all commits
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 an interactive reference for the MetaMask JSON-RPC API. This API builds on a set of standard Ethereum methods with MetaMask-specific enhancements, and is designed for seamless integration into dapps. You can try out individual RPC methods using the pre-configured examples or enter custom parameters. You can also use bookmarks to reuse and pre-fill any custom parameters."
},
"methods": [
{
Expand Down