Hathor Network base library.
To install dependencies, including optionals, run:
poetry install -E client
To run the tests using poetry virtualenv:
poetry run make tests
If are managing virtualenvs without poetry, make sure it's activated and run:
make tests
To run linters:
poetry run make check
Or without poetry venv:
make check