Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chia Blockchain | 10,977 | 5 | 4 hours ago | 72 | June 29, 2022 | 383 | apache-2.0 | Python | ||
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet) | ||||||||||
Monero | 7,884 | 20 hours ago | 583 | other | C++ | |||||
Monero: the secure, private, untraceable cryptocurrency | ||||||||||
Mist | 7,271 | 3 years ago | 16 | January 25, 2018 | 788 | gpl-3.0 | JavaScript | |||
[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network. | ||||||||||
Ethers.js | 6,705 | 2,680 | 4,824 | 3 days ago | 258 | September 16, 2022 | 372 | mit | TypeScript | |
Complete Ethereum library and wallet implementation in JavaScript. | ||||||||||
Bitcoinj | 4,578 | 439 | 43 | 3 days ago | 34 | November 17, 2021 | 444 | apache-2.0 | Java | |
A library for working with Bitcoin | ||||||||||
Bitcore | 4,574 | 1,173 | 459 | 3 days ago | 90 | September 14, 2022 | 386 | mit | JavaScript | |
A full stack for bitcoin and blockchain-based applications | ||||||||||
Awesome Libra | 3,747 | 2 years ago | 53 | |||||||
A Curated List of Awesome Facebook Libra Resources | ||||||||||
Status Mobile | 3,671 | 12 hours ago | 529 | mpl-2.0 | Clojure | |||||
a free (libre) open source, mobile OS for Ethereum | ||||||||||
Wallet | 3,622 | 1 | 1 | a month ago | 2 | February 07, 2014 | 356 | mit | TypeScript | |
Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices. | ||||||||||
Bitcoin Wallet | 3,211 | 5 days ago | 1 | June 05, 2015 | 67 | Java | ||||
Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required. |
Current Release/main | Development Branch/dev |
---|---|
|
|
Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:
Please check out the Chia website, the wiki, and FAQ for information on this project.
Python 3.7+ is required. Make sure your default python version is >=3.7
by typing python3
.
If you are behind a NAT, it can be difficult for peers outside your subnet to reach you when they start up. You can enable UPnP on your router or add a NAT (for IPv4 but not IPv6) and firewall rules to allow TCP port 8444 access to your peer. These methods tend to be router make/model specific.
Most users should only install harvesters, farmers, plotter, full nodes, and wallets. Setting up a seeder is best left to more advanced users. Building Timelords and VDFs is for sophisticated users, in most environments. Chia Network and additional volunteers are running sufficient Timelords for consensus.
Install instructions are available in the INSTALL section of the chia-blockchain repository wiki.
Once installed, a Quick Start Guide is available from the repository wiki.