From 9d3e4675c8f57955245ef023e0bcac9cd95e1a4e Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 6 Sep 2020 11:24:06 -0700 Subject: [PATCH] Added additional Fio Protocol repos --- data/ecosystems/f/fio-protocol.toml | 88 +++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 data/ecosystems/f/fio-protocol.toml diff --git a/data/ecosystems/f/fio-protocol.toml b/data/ecosystems/f/fio-protocol.toml new file mode 100644 index 00000000..5979fb72 --- /dev/null +++ b/data/ecosystems/f/fio-protocol.toml @@ -0,0 +1,88 @@ +# Ecosystem Level Information +title = "FIO Protocol" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/fioprotocol"] + +# Repositories +[[repo]] +url = "https://github.com/fioprotocol/appbase" + +[[repo]] +url = "https://github.com/fioprotocol/berkeley-softfloat-3" + +[[repo]] +url = "https://github.com/fioprotocol/bp-tools" + +[[repo]] +url = "https://github.com/fioprotocol/chainbase" + +[[repo]] +url = "https://github.com/fioprotocol/fc" + +[[repo]] +url = "https://github.com/fioprotocol/fio" + +[[repo]] +url = "https://github.com/fioprotocol/fio-go" + +[[repo]] +url = "https://github.com/fioprotocol/fio-registrations" + +[[repo]] +url = "https://github.com/fioprotocol/fio.cdt" + +[[repo]] +url = "https://github.com/fioprotocol/fio.contracts" + +[[repo]] +url = "https://github.com/fioprotocol/fio.devtools" + +[[repo]] +url = "https://github.com/fioprotocol/fio.etl" + +[[repo]] +url = "https://github.com/fioprotocol/fio.localsign" + +[[repo]] +url = "https://github.com/fioprotocol/fio.mainnet" + +[[repo]] +url = "https://github.com/fioprotocol/fio.package" + +[[repo]] +url = "https://github.com/fioprotocol/fio.ready" + +[[repo]] +url = "https://github.com/fioprotocol/fio.start" + +[[repo]] +url = "https://github.com/fioprotocol/fio.test" + +[[repo]] +url = "https://github.com/fioprotocol/fio.validate" + +[[repo]] +url = "https://github.com/fioprotocol/fiojs" + +[[repo]] +url = "https://github.com/fioprotocol/fiosdk_ios" + +[[repo]] +url = "https://github.com/fioprotocol/fiosdk_kotlin" + +[[repo]] +url = "https://github.com/fioprotocol/fiosdk_typescript" + +[[repo]] +url = "https://github.com/fioprotocol/fiostore" + +[[repo]] +url = "https://github.com/fioprotocol/fips" + +[[repo]] +url = "https://github.com/fioprotocol/wabt" + +[[repo]] +url = "https://github.com/fioprotocol/yubihsm-shell"