From 1035fcb8a65cea30d4b3c260fc2f01cb4188f2e0 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 1 Mar 2020 10:31:07 -0800 Subject: [PATCH] Added more Chainpoint ecosystem repos --- data/ecosystems/c/chainpoint.toml | 85 +++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 data/ecosystems/c/chainpoint.toml diff --git a/data/ecosystems/c/chainpoint.toml b/data/ecosystems/c/chainpoint.toml new file mode 100644 index 00000000..e7c151c0 --- /dev/null +++ b/data/ecosystems/c/chainpoint.toml @@ -0,0 +1,85 @@ +# Ecosystem Level Information +title = "Chainpoint" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/chainpoint"] + +# Repositories +[[repo]] +url = "https://github.com/chainpoint/bitcoin-header-node" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-binary" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-cli" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-client-js" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-client-web" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-core" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-gateway" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-influx" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-js" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-node-cli" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-ntpd" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-org" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-parse" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-proof-json-schema" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-roughtime" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-start" + +[[repo]] +url = "https://github.com/chainpoint/chainpoint-validate-js" + +[[repo]] +url = "https://github.com/chainpoint/ethers.js" + +[[repo]] +url = "https://github.com/chainpoint/go-nist-beacon" + +[[repo]] +url = "https://github.com/chainpoint/homebrew-taps" + +[[repo]] +url = "https://github.com/chainpoint/level-rocksdb" + +[[repo]] +url = "https://github.com/chainpoint/nist-randomness-beacon" + +[[repo]] +url = "https://github.com/chainpoint/tendermint" + +[[repo]] +url = "https://github.com/chainpoint/w3id.org" + +[[repo]] +url = "https://github.com/chainpoint/whitepaper"