From 8a23892873c20ffe1ea0850bc78c4600cdcab6bd Mon Sep 17 00:00:00 2001 From: dorianvp Date: Thu, 19 Jun 2025 09:49:19 -0600 Subject: [PATCH] chore(openrpc): add initial file --- openrpc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openrpc.json diff --git a/openrpc.json b/openrpc.json new file mode 100644 index 000000000..03b49dd5b --- /dev/null +++ b/openrpc.json @@ -0,0 +1,11 @@ +{ + "openrpc": "1.0.0-rc1", + "info": { + "version": "1.0.0", + "title": "rpc.zaino", + "license": { + "name": "MIT" + } + }, + "methods": [] +}