From 6387731b2885b79acd9102012ff9280e7142c4c3 Mon Sep 17 00:00:00 2001 From: SondreB Date: Fri, 7 Jan 2022 13:06:08 +0100 Subject: [PATCH] Add Blockcore to ecosystems --- data/ecosystems/b/blockcore.toml | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 data/ecosystems/b/blockcore.toml diff --git a/data/ecosystems/b/blockcore.toml b/data/ecosystems/b/blockcore.toml new file mode 100644 index 00000000..70481910 --- /dev/null +++ b/data/ecosystems/b/blockcore.toml @@ -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"]