diff options
| author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2019-07-30 20:58:24 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-07-31 11:53:09 +0300 |
| commit | 9ae936a3c65c47aa5191f64eb7820c96f60c9a0b (patch) | |
| tree | c76eb21c7f8733d88f5a3a2070aa7d3b9e358221 | |
| parent | f65b62ae36f7f1bf96a6f8e05b76f168214d9d80 (diff) | |
| download | packages-9ae936a3c65c47aa5191f64eb7820c96f60c9a0b.tar.gz packages-9ae936a3c65c47aa5191f64eb7820c96f60c9a0b.zip | |
Added web3
| -rw-r--r-- | packages.json | 13 |
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" } ] |
