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": {} + } +}