mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-23 14:44:29 +01:00
adding ajuna network
Update ajuna-network.toml added dotmog Create newomega.toml Update ajuna-network.toml
This commit is contained in:
committed by
Curtis Spencer
parent
f16da6abcc
commit
46e936a961
32
data/ecosystems/a/ajuna-network.toml
Normal file
32
data/ecosystems/a/ajuna-network.toml
Normal 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"]
|
||||
20
data/ecosystems/d/dotmog.toml
Normal file
20
data/ecosystems/d/dotmog.toml
Normal 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"]
|
||||
16
data/ecosystems/n/newomega.toml
Normal file
16
data/ecosystems/n/newomega.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user