From 4987b4e5129bb30183fe3a425e505ff38966d6a8 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:00:41 -0800 Subject: [PATCH] Added commercio network ecosystem --- data/ecosystems/c/commercio-network.toml | 112 +++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 data/ecosystems/c/commercio-network.toml diff --git a/data/ecosystems/c/commercio-network.toml b/data/ecosystems/c/commercio-network.toml new file mode 100644 index 00000000..2fb8752f --- /dev/null +++ b/data/ecosystems/c/commercio-network.toml @@ -0,0 +1,112 @@ +# Ecosystem Level Information +title = "commercio.network" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/commercionetwork"] + +# Repositories +[[repo]] +url = "https://github.com/commercionetwork/almerico" + +[[repo]] +url = "https://github.com/commercionetwork/Amadeo" + +[[repo]] +url = "https://github.com/commercionetwork/AutoID" + +[[repo]] +url = "https://github.com/commercionetwork/bondino" + +[[repo]] +url = "https://github.com/commercionetwork/borsellino" + +[[repo]] +url = "https://github.com/commercionetwork/chain-installer" + +[[repo]] +url = "https://github.com/commercionetwork/chains" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-consortium" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-developers-guide" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-sdk.cs" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-sdk.dart" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-sdk.go" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-sdk.js" + +[[repo]] +url = "https://github.com/commercionetwork/commercio-sdk.kt" + +[[repo]] +url = "https://github.com/commercionetwork/Commercio.network-DID-Method-Specification" + +[[repo]] +url = "https://github.com/commercionetwork/commercionetwork" + +[[repo]] +url = "https://github.com/commercionetwork/CommercioUI" + +[[repo]] +url = "https://github.com/commercionetwork/did-method-registry" + +[[repo]] +url = "https://github.com/commercionetwork/didcomauth" + +[[repo]] +url = "https://github.com/commercionetwork/dsb" + +[[repo]] +url = "https://github.com/commercionetwork/faucet" + +[[repo]] +url = "https://github.com/commercionetwork/fe-commercio-common-utils" + +[[repo]] +url = "https://github.com/commercionetwork/hardware" + +[[repo]] +url = "https://github.com/commercionetwork/interchain-registry" + +[[repo]] +url = "https://github.com/commercionetwork/odyssey_challenge" + +[[repo]] +url = "https://github.com/commercionetwork/odyssey_challenge_app" + +[[repo]] +url = "https://github.com/commercionetwork/odyssey_challenge_vc_server" + +[[repo]] +url = "https://github.com/commercionetwork/relayer" + +[[repo]] +url = "https://github.com/commercionetwork/sacco.cs" + +[[repo]] +url = "https://github.com/commercionetwork/sacco.dart" + +[[repo]] +url = "https://github.com/commercionetwork/sacco.go" + +[[repo]] +url = "https://github.com/commercionetwork/sacco.kt" + +[[repo]] +url = "https://github.com/commercionetwork/slashing" + +[[repo]] +url = "https://github.com/commercionetwork/tendermint" + +[[repo]] +url = "https://github.com/commercionetwork/vue-commercio-ui"