mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-19 04:34:25 +01:00
Add Blockcore to ecosystems
This commit is contained in:
44
data/ecosystems/b/blockcore.toml
Normal file
44
data/ecosystems/b/blockcore.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user