mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-17 05:34:20 +01:00
Update README.md
github -> GitHub Github -> GitHub
This commit is contained in:
committed by
Curtis Spencer
parent
2c6fd74290
commit
ce46a45e0d
@@ -2,7 +2,7 @@
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
[](#contributors-)
|
||||
|
||||
🌲 Crypto Ecosystems is a taxonomy for sharing data around open source cryptocurrency, blockchain, and decentralized ecosystems and tying them to github organizations and code repositories. All of the ecosystems are specified in [TOML](https://github.com/toml-lang/toml) configuration files.
|
||||
🌲 Crypto Ecosystems is a taxonomy for sharing data around open source cryptocurrency, blockchain, and decentralized ecosystems and tying them to GitHub organizations and code repositories. All of the ecosystems are specified in [TOML](https://github.com/toml-lang/toml) configuration files.
|
||||
|
||||
This repository is not complete, and hopefully it never is as there are new ecosystems and repositories created everyday.
|
||||
|
||||
@@ -20,13 +20,13 @@ title = "Bitcoin"
|
||||
# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory
|
||||
sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"]
|
||||
|
||||
# Github Organizations
|
||||
# This is a list of links to associated github organizations.
|
||||
# GitHub Organizations
|
||||
# This is a list of links to associated GitHub organizations.
|
||||
github_organizations = ["https://github.com/bitcoin", "https://github.com/bitcoin-core", "https://github.com/bitcoinj", "https://github.com
|
||||
/btcsuite", "https://github.com/libbitcoin", "https://github.com/rust-bitcoin"]
|
||||
|
||||
# Repositories
|
||||
# These are structs including a url and tags for a git repository. These URLS do not have to be on github.
|
||||
# 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/bitcoin/bitcoin"
|
||||
tags = [ "Protocol"]
|
||||
|
||||
Reference in New Issue
Block a user