From cc7417c210c7afae6e1c490eaeee16f95b334f46 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 7 Feb 2020 16:45:04 -0800 Subject: [PATCH] Added Web3 JS ecosystem --- data/ecosystems/w/web3-js.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/ecosystems/w/web3-js.toml diff --git a/data/ecosystems/w/web3-js.toml b/data/ecosystems/w/web3-js.toml new file mode 100644 index 00000000..d0328f5b --- /dev/null +++ b/data/ecosystems/w/web3-js.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "Web3 JS" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/ethereum/web3.js"