From dedc929bc2850bf0c8cee66542ebd406469d7398 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:02:06 -0800 Subject: [PATCH] Added Kira ecosystem --- data/ecosystems/k/kira.toml | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 data/ecosystems/k/kira.toml diff --git a/data/ecosystems/k/kira.toml b/data/ecosystems/k/kira.toml new file mode 100644 index 00000000..9860f49f --- /dev/null +++ b/data/ecosystems/k/kira.toml @@ -0,0 +1,70 @@ +# Ecosystem Level Information +title = "Kira" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/KiraCore"] + +# Repositories +[[repo]] +url = "https://github.com/KiraCore/cfg" + +[[repo]] +url = "https://github.com/KiraCore/cosmos-sdk" + +[[repo]] +url = "https://github.com/KiraCore/dart" + +[[repo]] +url = "https://github.com/KiraCore/docs" + +[[repo]] +url = "https://github.com/KiraCore/GoZ" + +[[repo]] +url = "https://github.com/KiraCore/hd-wallet-derive" + +[[repo]] +url = "https://github.com/KiraCore/IDO" + +[[repo]] +url = "https://github.com/KiraCore/ido-frontend" + +[[repo]] +url = "https://github.com/KiraCore/infra" + +[[repo]] +url = "https://github.com/KiraCore/itr" + +[[repo]] +url = "https://github.com/KiraCore/KB" + +[[repo]] +url = "https://github.com/KiraCore/kira" + +[[repo]] +url = "https://github.com/KiraCore/kira-frontend" + +[[repo]] +url = "https://github.com/KiraCore/kiracore.github.io" + +[[repo]] +url = "https://github.com/KiraCore/liquidity-program" + +[[repo]] +url = "https://github.com/KiraCore/MAWrappers" + +[[repo]] +url = "https://github.com/KiraCore/playgroud" + +[[repo]] +url = "https://github.com/KiraCore/saifu" + +[[repo]] +url = "https://github.com/KiraCore/sekai" + +[[repo]] +url = "https://github.com/KiraCore/tmkms" + +[[repo]] +url = "https://github.com/KiraCore/tools"