From f56db1a8c123ebc8ff7e05f0c5a386b540c11be7 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:02:13 -0800 Subject: [PATCH] Added Kuchain network --- data/ecosystems/k/kuchain-network.toml | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/k/kuchain-network.toml diff --git a/data/ecosystems/k/kuchain-network.toml b/data/ecosystems/k/kuchain-network.toml new file mode 100644 index 00000000..fc4aeb25 --- /dev/null +++ b/data/ecosystems/k/kuchain-network.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Kuchain Network" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/KuChainNetwork"] + +# Repositories +[[repo]] +url = "https://github.com/KuChainNetwork/docs" + +[[repo]] +url = "https://github.com/KuChainNetwork/go-kratos" + +[[repo]] +url = "https://github.com/KuChainNetwork/kds" + +[[repo]] +url = "https://github.com/KuChainNetwork/kratos" + +[[repo]] +url = "https://github.com/KuChainNetwork/kratos-genesis" + +[[repo]] +url = "https://github.com/KuChainNetwork/kuchain-currency-icon-lib" + +[[repo]] +url = "https://github.com/KuChainNetwork/portal-web" + +[[repo]] +url = "https://github.com/KuChainNetwork/Project-Decalogue" + +[[repo]] +url = "https://github.com/KuChainNetwork/Project-Deluge"