Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 956 Bytes

File metadata and controls

36 lines (21 loc) · 956 Bytes

Agreeable UI

A RPC explorer for agreeable p2p rpc services.

See Agreeable RPC for creating p2p endpoints that you can test with this tool.

Running

This tool is built with Pear.

git clone https://github.com/agree-able/ui
cd ui
npm i
pear run .

The first screen will ask you for a peer key to connect to.

Connect Screen

On connection

Connect Screen

Once it connects, you will see the api role, version and description. Then the routes available to call as functions. You can also download the agreement in .mjs or .json

Connect Screen

You can expand a route to inspect it and see the parameters, types and prepare to call it

Connect Screen

on submit you will see the result that was provided from the remote server.