Add OpenRPC spec
This commit is contained in:
parent
8ba1dfa7c7
commit
abf02cf90d
1 changed files with 22 additions and 0 deletions
22
zenith-openrpc.json
Normal file
22
zenith-openrpc.json
Normal 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": {}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue