mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-02 20:44:19 +01:00
33 lines
906 B
TOML
33 lines
906 B
TOML
# Ecosystem Level Information
|
|
title = "Gravity"
|
|
|
|
# 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/Gravity-Tech"]
|
|
|
|
# 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/Gravity-Tech/gravity-documentation"
|
|
tags = [ "Documentation"]
|
|
|
|
[[repo]]
|
|
url = "https://github.com/Gravity-Tech/gravity-core"
|
|
tags = [ "Protocol"]
|
|
|
|
[[repo]]
|
|
url = "https://github.com/Gravity-Tech/gateway"
|
|
tags = [ "Protocol"]
|
|
|
|
[[repo]]
|
|
url = "https://github.com/Gravity-Tech/integration-tests"
|
|
tags = [ "Developer Tool"]
|
|
|
|
[[repo]]
|
|
url = "https://github.com/Gravity-Tech/gateway-deployer"
|
|
tags = [ "Developer Tool"]
|