From be1e30f3b3d1e4743595903a714ec676f01bcb51 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 11 Mar 2020 15:44:21 -0700 Subject: [PATCH] Added more repos to the COMIT Network --- data/ecosystems/c/comit.toml | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 data/ecosystems/c/comit.toml diff --git a/data/ecosystems/c/comit.toml b/data/ecosystems/c/comit.toml new file mode 100644 index 00000000..31b2a92d --- /dev/null +++ b/data/ecosystems/c/comit.toml @@ -0,0 +1,46 @@ +# Ecosystem Level Information +title = "COMIT" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/comit-network"] + +# Repositories +[[repo]] +url = "https://github.com/comit-network/app" + +[[repo]] +url = "https://github.com/comit-network/blockchain-contracts" + +[[repo]] +url = "https://github.com/comit-network/comit-i" + +[[repo]] +url = "https://github.com/comit-network/comit-js-sdk" + +[[repo]] +url = "https://github.com/comit-network/comit-network.github.io-old" + +[[repo]] +url = "https://github.com/comit-network/comit-rs" + +[[repo]] +url = "https://github.com/comit-network/comit.network" + +[[repo]] +url = "https://github.com/comit-network/create-comit-app" + +[[repo]] +url = "https://github.com/comit-network/grin-btc-poc" + +[[repo]] +url = "https://github.com/comit-network/hello-swap" + +[[repo]] +url = "https://github.com/comit-network/RFCs" + +[[repo]] +url = "https://github.com/comit-network/spikes" + +[[repo]] +url = "https://github.com/comit-network/testnet-demo"