aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yuriy.glukhov@gmail.com>2019-07-30 20:58:24 +0300
committerzah <zahary@gmail.com>2019-07-31 11:53:09 +0300
commit9ae936a3c65c47aa5191f64eb7820c96f60c9a0b (patch)
treec76eb21c7f8733d88f5a3a2070aa7d3b9e358221
parentf65b62ae36f7f1bf96a6f8e05b76f168214d9d80 (diff)
downloadpackages-9ae936a3c65c47aa5191f64eb7820c96f60c9a0b.tar.gz
packages-9ae936a3c65c47aa5191f64eb7820c96f60c9a0b.zip
Added web3
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 03da832..de59f1b 100644
--- a/packages.json
+++ b/packages.json
@@ -13837,5 +13837,18 @@
"description": "Static website generation",
"license": "Apache-2.0",
"web": "https://github.com/jasonrbriggs/baker"
+ },
+ {
+ "name": "web3",
+ "url": "https://github.com/status-im/nim-web3",
+ "method": "git",
+ "tags": [
+ "web3",
+ "ethereum",
+ "rpc"
+ ],
+ "description": "Ethereum Web3 API",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/status-im/nim-web3"
}
]