REST to Kaspad wRPC Proxy
Docker image or check releases for uploads.
Python 3.12 and Git must be installed
Clone Git repository
git clone https://github.com/supertypo/kaspa-rest-proxy
Install Poetry
pip install poetry
Run Poetry install
poetry install
Run application
gunicorn --preload --worker-class=uvicorn.workers.UvicornWorker --bind=0.0.0.0:15110 --workers=2 --timeout=120 kaspa_rest_proxy:app -- -s ws://localhost:17110
Replace 'ws://localhost:17110' with your node url. Append --help at the end for more information