From 137654a0ba4b1efd84b9007d24cf5cd784b18eb2 Mon Sep 17 00:00:00 2001 From: eversinc33 <51821028+eversinc33@users.noreply.github.com> Date: Mon, 18 Jul 2022 03:06:58 +0200 Subject: [PATCH] Added package monerorpc (#2281) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 1235a76..719351a 100644 --- a/packages.json +++ b/packages.json @@ -26721,5 +26721,20 @@ "description": "Not Another Game Engine; CLI text adventure engine", "license": "MIT", "web": "https://github.com/acikek/nage" + }, + { + "name": "monerorpc", + "url": "https://github.com/eversinc33/nim-monero-rpc", + "method": "git", + "tags": [ + "monero", + "rpc", + "client", + "wallet", + "cryptocurrency" + ], + "description": "Library for interacting with Monero wallets via RPC.", + "license": "MIT", + "web": "https://github.com/eversinc33/nim-monero-rpc" } ]