https://github.com/metamask/api-playground
https://github.com/metamask/api-playground
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metamask/api-playground
- Owner: MetaMask
- License: apache-2.0
- Created: 2021-04-08T19:26:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:12:17.000Z (10 months ago)
- Last Synced: 2025-06-05T10:50:30.259Z (8 months ago)
- Language: TypeScript
- Homepage: https://metamask.github.io/api-playground/api-documentation
- Size: 5.36 MB
- Stars: 7
- Watchers: 32
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MetaMask API Playground
This repo uses https://github.com/MetaMask/api-specs to provide a playground to interact with MetaMask.
## Developing
Uses Gatsby.js. [Getting your development environment set up](https://www.gatsbyjs.com/docs/tutorial/part-0/).
- Install node.js if you don't have it. Version 14.17.5
- Install Gatsby if you don't have it:`npm i -g gatsby-cli`
- Install yarn if you don't have it:`npm i -g yarn`
- Install dependencies: `yarn setup`.
- Start your development environment: `yarn run develop`.
Once you have Gatsby installed, you should be able to `yarn run develop` and get going.
If you have issues with the `sharp` module, one of these might help:
- `npm rebuild --verbose sharp`
- on OSX: `brew install vips`