spesmilo / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
441 stars 353 forks source link

Specify protocol API using OpenRPC #177

Open ritave opened 2 years ago

ritave commented 2 years ago

OpenRPC is a manifest specification that describes all possible JSON-RPC 2.0 methods available on the server in a way that is computer understandable, including method discovery. I'm writing a client for ElectrumX and playing with the protocol - having a strict specification instead of just docs would be quite useful.

https://open-rpc.org/