diff --git a/data/ecosystems/a/ajuna-network.toml b/data/ecosystems/a/ajuna-network.toml new file mode 100644 index 00000000..01fdbe21 --- /dev/null +++ b/data/ecosystems/a/ajuna-network.toml @@ -0,0 +1,32 @@ +# Ecosystem Level Information +title = "Ajuna Network" + +# Sub Ecosystems +# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory +sub_ecosystems = [ "DOTMog", "New Omega" ] + +# Github Organizations +# This is a list of links to associated github organizations. +github_organizations = ["https://github.com/ajuna-network"] + +# 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/ajuna-network/substrate" +tags = [ "Protocol"] + +[[repo]] +url = "https://github.com/ajuna-network/Ajuna.NetApi" +tags = [ "Substrate API"] + +[[repo]] +url = "https://github.com/ajuna-network/SubstrateNetApi" +tags = [ "Substrate API"] + +[[repo]] +url = "https://github.com/ajuna-network/Ajuna.ServiceLayer" +tags = [ "Service Layer"] + +[[repo]] +url = "https://github.com/ajuna-network/Ajuna.RestApi" +tags = [ "REST API"] diff --git a/data/ecosystems/d/dotmog.toml b/data/ecosystems/d/dotmog.toml new file mode 100644 index 00000000..cce800a5 --- /dev/null +++ b/data/ecosystems/d/dotmog.toml @@ -0,0 +1,20 @@ +# Ecosystem Level Information +title = "DOTMog" + +# 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/dotmog"] + +# 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/dotmog/substrate" +tags = [ "Protocol"] + +[[repo]] +url = "https://github.com/dotmog/pallet-dotmog" +tags = [ "Game"] diff --git a/data/ecosystems/n/newomega.toml b/data/ecosystems/n/newomega.toml new file mode 100644 index 00000000..73f565dc --- /dev/null +++ b/data/ecosystems/n/newomega.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "New Omega" + +# 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 = [] + +# 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/WiktorStarczewski/newomega.trinity" +tags = [ "Protocol"]