From abf02cf90d400ce1e5e82c033e49c223a2a6f0eb Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sat, 3 Aug 2024 07:00:12 -0500 Subject: [PATCH] Add OpenRPC spec --- zenith-openrpc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zenith-openrpc.json diff --git a/zenith-openrpc.json b/zenith-openrpc.json new file mode 100644 index 0000000..26e788e --- /dev/null +++ b/zenith-openrpc.json @@ -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": {} + } +}