From 86630e02d793e0b44a3e0da9eb73d45d046985ce Mon Sep 17 00:00:00 2001 From: Alaya Abdullahi <57031035+C-NERD@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:45:50 +0100 Subject: [PATCH] Added package aptos (#2896) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index ca64e51..7a07556 100644 --- a/packages.json +++ b/packages.json @@ -33694,5 +33694,24 @@ "description": "Cloths provides the way to process and structure string easily.", "license": "MIT", "web": "https://github.com/panno8M/cloths" + }, + { + "name": "aptos", + "url": "https://github.com/C-NERD/nimAptos", + "method": "git", + "tags": [ + "aptos", + "cryptocurrency", + "web3", + "crypto", + "coin", + "sdk", + "bcs", + "movelang", + "move" + ], + "description": "aptos library for nim lang", + "license": "MIT", + "web": "https://github.com/C-NERD/nimAptos" } ]