Add OpenRPC spec

This commit is contained in:
Rene Vergara 2024-08-03 07:00:12 -05:00
parent 8ba1dfa7c7
commit abf02cf90d
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

22
zenith-openrpc.json Normal file
View file

@ -0,0 +1,22 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.1.0",
"title": "Zenith RPC",
"description": "The RPC methods to interact with the Zenith Zcash wallet",
"license": {
"name": "MIT"
}
},
"servers": [
{
"url": "http://localhost:8234"
}
],
"methods": [],
"components": {
"contentDescriptors": {},
"schemas": {},
"examples": {}
}
}