Skip to content

Commit

Permalink
Add description for index page (#172)
Browse files Browse the repository at this point in the history
* Add description for index page

Adds a preliminary description for the MetaMask JSON-RPC API index page.

* Update openrpc.json

accept description update suggestions

Co-authored-by: Alexandra Tran Carrillo <[email protected]>

---------

Co-authored-by: Alexandra Tran Carrillo <[email protected]>
  • Loading branch information
vandan and alexandratran authored Nov 14, 2023
1 parent f4dd6f8 commit 7ae8e41
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 7ae8e41

Please sign in to comment.