basicnanoclient
1.0.0
纳米(XNO)加密货币RPC Python客户端和客户侧钱包
pip install basicnanoclient
https://github.com/nanoswap/basicnanoclient/blob/main/notebooks/nano.ipynb
https://basicnanoclient.readthedocs.io/
mkdocs serve
仅运行测试: pytest --cov=basicnanoclient --cov-fail-under=80
运行样式检查:
flake8 basicnanoclient --docstring-convention google --ignore=D100
flake8 tests --docstring-convention google --ignore=D100
运行所有检查: nox
# https://github.com/nanocurrency/nano-node/releases/
docker pull nanocurrency/nano-test:${NANO_TAG}
docker run --restart=unless-stopped -d -p 127.0.0.1:17076:17076 -v ${NANO_HOST_DIR}:/root --name ${NANO_NAME} nanocurrency/nano-test:${NANO_TAG}