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)
|
[](http://opensource.org/licenses/MIT)
|
||||||
[](#contributors-)
|
[](#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.
|
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
|
# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory
|
||||||
sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"]
|
sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"]
|
||||||
|
|
||||||
# Github Organizations
|
# GitHub Organizations
|
||||||
# This is a list of links to associated 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
|
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"]
|
/btcsuite", "https://github.com/libbitcoin", "https://github.com/rust-bitcoin"]
|
||||||
|
|
||||||
# Repositories
|
# 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]]
|
[[repo]]
|
||||||
url = "https://github.com/bitcoin/bitcoin"
|
url = "https://github.com/bitcoin/bitcoin"
|
||||||
tags = [ "Protocol"]
|
tags = [ "Protocol"]
|
||||||
|
|||||||
Reference in New Issue
Block a user