From ae942272b505a91826d6193707214dab159e8c4f Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 12 Mar 2019 15:12:08 +0200 Subject: [PATCH] Add libp2p --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index df17dd9..9da3043 100644 --- a/packages.json +++ b/packages.json @@ -6126,6 +6126,21 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-blscurve" }, + { + "name": "libp2p", + "url": "https://github.com/status-im/nim-libp2p", + "method": "git", + "tags": [ + "library", + "networking", + "libp2p", + "ipfs", + "ethereum" + ], + "description": "libp2p implementation in Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-libp2p" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp",