From 6970f2a67ad9e823e6e05fd0945f7679f07c38a2 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 18 Jul 2022 22:37:52 -0700 Subject: [PATCH] Added Sismo ecosystem --- data/ecosystems/s/sismo.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/ecosystems/s/sismo.toml diff --git a/data/ecosystems/s/sismo.toml b/data/ecosystems/s/sismo.toml new file mode 100644 index 00000000..acbffec9 --- /dev/null +++ b/data/ecosystems/s/sismo.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Sismo" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/sismo-core"] + +# Repositories +[[repo]] +url = "https://github.com/sismo-core/ens-sdao" + +[[repo]] +url = "https://github.com/sismo-core/hydra-s1-zkps" + +[[repo]] +url = "https://github.com/sismo-core/sismo-commitment-mapper" + +[[repo]] +url = "https://github.com/sismo-core/sismo-data-sources" + +[[repo]] +url = "https://github.com/sismo-core/sismo-protocol" + +[[repo]] +url = "https://github.com/sismo-core/sismo-utils"