From 82aff54652388ade6963019e859e1c79b2be59af Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 7 Feb 2020 16:44:07 -0800 Subject: [PATCH] Added Bitcoin JS ecosystem --- data/ecosystems/b/bitcoin-js.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/ecosystems/b/bitcoin-js.toml diff --git a/data/ecosystems/b/bitcoin-js.toml b/data/ecosystems/b/bitcoin-js.toml new file mode 100644 index 00000000..851e8a7b --- /dev/null +++ b/data/ecosystems/b/bitcoin-js.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Bitcoin JS" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/bcoin-org/bcoin" + +[[repo]] +url = "https://github.com/bitcoinjs/bitcoinjs-lib"