From 47dc2f88dc0e6b030166997e9dd24dfe06d0a875 Mon Sep 17 00:00:00 2001 From: Thomas Modeneis Date: Fri, 12 Jun 2020 15:50:59 +0200 Subject: [PATCH] Add smilo.toml for the Smilo Protocol - www.smilo.foundation --- data/ecosystems/s/smilo.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/ecosystems/s/smilo.toml diff --git a/data/ecosystems/s/smilo.toml b/data/ecosystems/s/smilo.toml new file mode 100644 index 00000000..22538092 --- /dev/null +++ b/data/ecosystems/s/smilo.toml @@ -0,0 +1,33 @@ +# Ecosystem Level Information +title = "Smilo" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/smilofoundation"] + +# Repositories +[[repo]] +url = "https://github.com/smilofoundation/go-smilo" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/smilofoundation/Smilo-blackbox" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/smilofoundation/smilo.foundation-website" + +[[repo]] +url = "https://github.com/smilofoundation/smilo-tools" + +[[repo]] +url = "https://github.com/smilofoundation/go_smilo_regression" + +[[repo]] +url = "https://github.com/smilofoundation/kubernetes-smilo" + +[[repo]] +url = "https://github.com/smilofoundation/SmiloWallet" + +[[repo]] +url = "https://github.com/smilofoundation/smilopay-website" \ No newline at end of file