mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-01-16 20:24:24 +01:00
adds Aleph Zero ecosystem (#8)
* adds Aleph Zero ecosystem * fixes organization
This commit is contained in:
committed by
Curtis Spencer
parent
c9c5749c5a
commit
1ddbc76fa1
16
data/ecosystems/a/aleph-zero.toml
Normal file
16
data/ecosystems/a/aleph-zero.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Ecosystem Level Information
|
||||
title = "Aleph Zero"
|
||||
|
||||
# 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/aleph-zero-foundation"]
|
||||
|
||||
# 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/alephzerofoundation/Proof-of-Concept"
|
||||
tags = ["Protocol"]
|
||||
Reference in New Issue
Block a user