playground icon indicating copy to clipboard operation
playground copied to clipboard

A place to play around with OpenRPC. https://playground.open-rpc.org

Results 28 playground issues
Sort by recently updated
recently updated
newest added
trafficstars

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,...

enhancement
triage

![image](https://user-images.githubusercontent.com/45600330/77426212-0d179400-6da2-11ea-96a5-783de8390d22.png) This makes refresh and bookmarking impossible.

enhancement
help wanted
good first issue

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`__ ![image](https://user-images.githubusercontent.com/45600330/97903158-31f2c300-1d04-11eb-9b59-04a308195cd7.png)

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...