mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-19 12:44:25 +01:00
45 lines
1.1 KiB
TOML
45 lines
1.1 KiB
TOML
# 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"]
|