adding ajuna network

Update ajuna-network.toml

added dotmog

Create newomega.toml

Update ajuna-network.toml
This commit is contained in:
darkfriend77
2021-10-11 23:08:17 +02:00
committed by Curtis Spencer
parent f16da6abcc
commit 46e936a961
3 changed files with 68 additions and 0 deletions

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]