Add Blockcore to ecosystems

This commit is contained in:
SondreB
2022-01-07 13:06:08 +01:00
committed by Curtis Spencer
parent c2c5567045
commit 6387731b28

View File

@@ -0,0 +1,44 @@
# Ecosystem Level Information
title = "Blockcore"
# 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/block-core", "https://github.com/coinvault", "https://github.com/CityChainFoundation"]
# 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/block-core/blockcore"
tags = [ "Protocol"]
[[repo]]
url = "https://docs.blockcore.net"
tags = [ "Documentation"]
[[repo]]
url = "https://github.com/block-core/blockcore-hub"
tags = [ "Wallet"]
[[repo]]
url = "https://github.com/block-core/blockcore-indexer"
tags = [ "Indexer"]
[[repo]]
url = "https://github.com/block-core/blockcore-explorer"
tags = [ "Explorer"]
[[repo]]
url = "https://github.com/block-core/blockcore-vault"
tags = [ "DID"]
[[repo]]
url = "https://github.com/block-core/lyn"
tags = [ "Lightning"]
[[repo]]
url = "https://github.com/block-core/blockcore-provider"
tags = [ "Web3"]