From 1ddbc76fa13d38520caf686ee0b083ef75084454 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Mon, 26 Aug 2019 20:41:27 +0200 Subject: [PATCH] adds Aleph Zero ecosystem (#8) * adds Aleph Zero ecosystem * fixes organization --- data/ecosystems/a/aleph-zero.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/ecosystems/a/aleph-zero.toml diff --git a/data/ecosystems/a/aleph-zero.toml b/data/ecosystems/a/aleph-zero.toml new file mode 100644 index 00000000..b6d506c9 --- /dev/null +++ b/data/ecosystems/a/aleph-zero.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "Aleph Zero" + +# Sub Ecosystems +# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory +sub_ecosystems = [] + +# Github Organizations +# This is a list of links to associated github organizations. +github_organizations = ["https://github.com/aleph-zero-foundation"] + +# Repositories +# These are structs including a url and tags for a git repository. These URLS do not have to be on github. +[[repo]] +url = "https://github.com/alephzerofoundation/Proof-of-Concept" +tags = ["Protocol"]