mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-24 07:25:03 -05:00
a1cda97fe7514f9b4e7bd144d0050fc2cedbec85
chia-blockchain
Python 3.7 is used for this project.
Install
git submodule update --init --recursive
python3 -m venv .venv
. .venv/bin/activate
pip install .
pip install lib/chiapos
Run servers
Run the servers in the following order (you can also use ipython):
python -m src.server.start_plotter
python -m src.server.start_timelord
python -m src.server.start_farmer
python -m src.server.start_full_node
Run tests
py.test tests -s -v
Run linting
flake8 src
pyright
Description
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
blockchainblockchain-networkchiachia-blockchainfarmerfull-nodeharvesterspeerproof-of-spaceproof-of-timetimelordvdfwallets
Readme
Apache-2.0
367 MiB
Languages
Python
99.4%
Shell
0.4%
PowerShell
0.2%