From f1c877d64d7e82c47274af4977f49f244599e7d6 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 9 Nov 2020 21:54:21 -0800 Subject: [PATCH] Added Kilt and Clover ecosystems --- data/ecosystems/c/clover.toml | 34 +++++++++++++++ data/ecosystems/k/kilt.toml | 79 +++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 data/ecosystems/c/clover.toml create mode 100644 data/ecosystems/k/kilt.toml diff --git a/data/ecosystems/c/clover.toml b/data/ecosystems/c/clover.toml new file mode 100644 index 00000000..7b6a76e0 --- /dev/null +++ b/data/ecosystems/c/clover.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Clover" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/clover-network"] + +# Repositories +[[repo]] +url = "https://github.com/clover-network/apps" + +[[repo]] +url = "https://github.com/clover-network/chainspec-generator" + +[[repo]] +url = "https://github.com/clover-network/clover" + +[[repo]] +url = "https://github.com/clover-network/clover-defi-wallet" + +[[repo]] +url = "https://github.com/clover-network/clover-docs" + +[[repo]] +url = "https://github.com/clover-network/clover-mobile-wallet" + +[[repo]] +url = "https://github.com/clover-network/clover-ui" + +[[repo]] +url = "https://github.com/clover-network/clover-wallet" + +[[repo]] +url = "https://github.com/clover-network/website" diff --git a/data/ecosystems/k/kilt.toml b/data/ecosystems/k/kilt.toml new file mode 100644 index 00000000..e1ade3e4 --- /dev/null +++ b/data/ecosystems/k/kilt.toml @@ -0,0 +1,79 @@ +# Ecosystem Level Information +title = "Kilt" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/KILTprotocol"] + +# Repositories +[[repo]] +url = "https://github.com/KILTprotocol/.github" + +[[repo]] +url = "https://github.com/KILTprotocol/cumulus" + +[[repo]] +url = "https://github.com/KILTprotocol/demo-client" + +[[repo]] +url = "https://github.com/KILTprotocol/demo-mobile-wallet" + +[[repo]] +url = "https://github.com/KILTprotocol/dev.kilt.io" + +[[repo]] +url = "https://github.com/KILTprotocol/did-method-registry" + +[[repo]] +url = "https://github.com/KILTprotocol/kilt-did-driver" + +[[repo]] +url = "https://github.com/KILTprotocol/kilt-workshop-101" + +[[repo]] +url = "https://github.com/KILTprotocol/mashnet-node" + +[[repo]] +url = "https://github.com/KILTprotocol/open-runtime-module-library" + +[[repo]] +url = "https://github.com/KILTprotocol/polkadot" + +[[repo]] +url = "https://github.com/KILTprotocol/polkadot-apps" + +[[repo]] +url = "https://github.com/KILTprotocol/portablegabi" + +[[repo]] +url = "https://github.com/KILTprotocol/portablegabi-node" + +[[repo]] +url = "https://github.com/KILTprotocol/portablegabi-pallet" + +[[repo]] +url = "https://github.com/KILTprotocol/portablegabi-tutorial" + +[[repo]] +url = "https://github.com/KILTprotocol/prototype-services" + +[[repo]] +url = "https://github.com/KILTprotocol/sdk-js" + +[[repo]] +url = "https://github.com/KILTprotocol/substrate" + +[[repo]] +url = "https://github.com/KILTprotocol/substrate-telemetry" + +[[repo]] +url = "https://github.com/KILTprotocol/tx-necromancer" + +[[repo]] +url = "https://github.com/KILTprotocol/universal-resolver" + +[[repo]] +url = "https://github.com/KILTprotocol/universal-resolver-frontend" + +[[repo]] +url = "https://github.com/KILTprotocol/Web3-collaboration"