All Projects → electric-capital → Crypto Ecosystems

electric-capital / Crypto Ecosystems

Licence: mit
A taxonomy for open source cryptocurrency, blockchain, and decentralized ecosystems

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Crypto Ecosystems

Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (+44.29%)
Mutual labels:  blockchain, cryptocurrency, decentralization
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+17.86%)
Mutual labels:  blockchain, cryptocurrency, decentralization
Awesome Substrate
A curated list of awesome projects and resources related to the Substrate blockchain development framework.
Stars: ✭ 228 (+62.86%)
Mutual labels:  blockchain, cryptocurrency, decentralization
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+28.57%)
Mutual labels:  blockchain, cryptocurrency, decentralization
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+2454.29%)
Mutual labels:  blockchain, cryptocurrency, decentralization
Thetta Dao Framework
Thetta - an open-source framework to help you build the DAO of your dreams
Stars: ✭ 116 (-17.14%)
Mutual labels:  cryptocurrency, decentralization
Tokencaps
A middleware framework and persistence layer to aggregate and normalize crypto-currency data.
Stars: ✭ 118 (-15.71%)
Mutual labels:  blockchain, cryptocurrency
Hcashd
Stars: ✭ 118 (-15.71%)
Mutual labels:  blockchain, cryptocurrency
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-2.86%)
Mutual labels:  blockchain, decentralization
Dex Protocols
A list of protocols for decentralized exchange
Stars: ✭ 109 (-22.14%)
Mutual labels:  blockchain, decentralization
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-15%)
Mutual labels:  blockchain, cryptocurrency
Gulden Official
Blockchain as intended
Stars: ✭ 126 (-10%)
Mutual labels:  blockchain, cryptocurrency
Multi Party Schnorr
Rust implementation of multi-party Schnorr signatures over elliptic curves.
Stars: ✭ 115 (-17.86%)
Mutual labels:  blockchain, cryptocurrency
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-18.57%)
Mutual labels:  blockchain, cryptocurrency
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-15.71%)
Mutual labels:  blockchain, cryptocurrency
Backend Ico Dashboard
Free & open-source dashboard for your next ICO, crowdsale or tokensale
Stars: ✭ 110 (-21.43%)
Mutual labels:  blockchain, cryptocurrency
Simplecoin
Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
Stars: ✭ 1,694 (+1110%)
Mutual labels:  blockchain, cryptocurrency
Awdy
are we decentralized yet? an analysis of how truly decentralized cryptocurrency networks are
Stars: ✭ 133 (-5%)
Mutual labels:  blockchain, cryptocurrency
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-6.43%)
Mutual labels:  blockchain, cryptocurrency
Status Network Token
Smart Contracts for the Status Contribution Period, along with Genesis and Network Tokens
Stars: ✭ 138 (-1.43%)
Mutual labels:  blockchain, cryptocurrency

Crypto Ecosystems

MIT license Build Status All 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 configuration files.

This repository is not complete, and hopefully it never is as there are new ecosystems and repositories created everyday.

Browse Ecosystems Here

Data Format

An example configuration file for the Bitcoin ecosystem looks like this:

# Ecosystem Level Information
title = "Bitcoin"

# Sub Ecosystems
# 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 = ["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.
[[repo]]
url = "https://github.com/bitcoin/bitcoin"
tags = [ "Protocol"]

[[repo]]
url = "https://github.com/bitcoinbook/bitcoinbook"
tags = [ "Documentation"]

[[repo]]
url = "https://github.com/bitcoin-wallet/bitcoin-wallet"
tags = [ "Wallet"]

By specifying the data as evolving config files in git, we benefit from a long term, auditable database that is both human and machine readable.

How to Contribute

✍️ You can make any .toml file for an ecosystem in the /data/ecosystems directory or edit an existing one to help improve data around an ecosystem. Pull Requests are encouraged.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

🖋 📖 🖋 🖋 🖋 🖋 🖋 🖋
🖋 🖋 🖋 🖋 🖋 🖋 🖋 📖
🖋 🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].