playground
playground copied to clipboard
A place to play around with OpenRPC. https://playground.open-rpc.org
RPC APIs prevalently require some kind of authentication, often HTTP Basic Auth. It's currently not even possible to test RPCs and their OpenRPC descriptions: ```json { "jsonrpc": "2.0", "id": 0,...
 This makes refresh and bookmarking impossible.
Opening a method "box" (the UI expanding card) should add an anchor ref to the URL, eg. `https://playground.open-rpc.org/?url=https://gist.githubusercontent.com/meowsbits/a1d523ee32630bfc2c7bd3b5356f2d6a/raw/lotus-openrpc-spec.json`__`#Filecoin-ChainGetPath`__ 
First off - thanks for doing this work, it looks great and I'm looking forward to using it. I've encountered an issue when describing notifications in the playground. It appears...
rel: https://github.com/open-rpc/inspector/pull/336
## Objective: Consolidate the following repositories into a single package: - [open-rpc/inspector](https://github.com/open-rpc/inspector) - [open-rpc/logs-react](https://github.com/open-rpc/logs-react) - [open-rpc/playground](https://github.com/open-rpc/playground) Ensure the combined codebase uses compatible versions of: - Material UI - React -...
# Monorepo Setup for Open-RPC Repositories We are moving to a monorepo setup to simplify dependency management, build processes, and ensure common versions of shared tools (like TypeScript, Jest, React)....
**Describe the bug** Small usability bug: Currently, if you follow a deeplink from an external site to the playground.open-rpc.org, there's no easy way to get to the homepage or documentation...