2019-08-14 16:02:15 -03:00
2019-08-16 05:27:43 +09:00
2019-08-05 14:38:16 +09:00
2019-07-22 22:01:23 +09:00
2019-07-27 11:25:12 -07:00
2019-07-16 17:32:40 +09:00
2019-08-14 16:02:15 -03:00
2019-08-14 16:02:15 -03:00
2019-07-25 19:01:56 +09:00
2019-07-25 19:01:56 +09:00

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
S
Description
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Readme Apache-2.0
367 MiB
Languages
Python 99.4%
Shell 0.4%
PowerShell 0.2%