From f9f1173140f83a35dfd759d6bfd6c0203c705fa4 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 29 Mar 2020 10:23:37 -0700 Subject: [PATCH] Added medibloc ecosystem --- data/ecosystems/m/medibloc.toml | 100 ++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 data/ecosystems/m/medibloc.toml diff --git a/data/ecosystems/m/medibloc.toml b/data/ecosystems/m/medibloc.toml new file mode 100644 index 00000000..cc7dda72 --- /dev/null +++ b/data/ecosystems/m/medibloc.toml @@ -0,0 +1,100 @@ +# Ecosystem Level Information +title = "MediBloc" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/medibloc"] + +# Repositories +[[repo]] +url = "https://github.com/medibloc/amino-js" + +[[repo]] +url = "https://github.com/medibloc/cameleon" + +[[repo]] +url = "https://github.com/medibloc/cosmos-sdk" + +[[repo]] +url = "https://github.com/medibloc/crowdsale" + +[[repo]] +url = "https://github.com/medibloc/dolphin" + +[[repo]] +url = "https://github.com/medibloc/erc20" + +[[repo]] +url = "https://github.com/medibloc/explorer" + +[[repo]] +url = "https://github.com/medibloc/go-medibloc" + +[[repo]] +url = "https://github.com/medibloc/hapi-fhir-jpaserver-starter" + +[[repo]] +url = "https://github.com/medibloc/honeybee" + +[[repo]] +url = "https://github.com/medibloc/keyserver" + +[[repo]] +url = "https://github.com/medibloc/medibloc-panacea-api" + +[[repo]] +url = "https://github.com/medibloc/medjs" + +[[repo]] +url = "https://github.com/medibloc/merklizer" + +[[repo]] +url = "https://github.com/medibloc/merklizer-old" + +[[repo]] +url = "https://github.com/medibloc/mobile-id" + +[[repo]] +url = "https://github.com/medibloc/myData" + +[[repo]] +url = "https://github.com/medibloc/panacea-core" + +[[repo]] +url = "https://github.com/medibloc/panacea-java" + +[[repo]] +url = "https://github.com/medibloc/panacea-js" + +[[repo]] +url = "https://github.com/medibloc/panacea-js-old" + +[[repo]] +url = "https://github.com/medibloc/panacea-launch" + +[[repo]] +url = "https://github.com/medibloc/panacea-networks" + +[[repo]] +url = "https://github.com/medibloc/phr-java" + +[[repo]] +url = "https://github.com/medibloc/phr-js" + +[[repo]] +url = "https://github.com/medibloc/samples" + +[[repo]] +url = "https://github.com/medibloc/slips" + +[[repo]] +url = "https://github.com/medibloc/tokens-info" + +[[repo]] +url = "https://github.com/medibloc/wallet" + +[[repo]] +url = "https://github.com/medibloc/whale" + +[[repo]] +url = "https://github.com/medibloc/whitepaper"