mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-17 05:34:20 +01:00
41 lines
1022 B
TOML
41 lines
1022 B
TOML
# 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"]
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/Unity3DExample"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/substrate"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/Schnorrkel"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/Grant-Milestone-Delivery"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/SubstrateUnityWalletSimple"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/barnacle"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/dotmog/DOTMogNode" |