Skip to content

supertypo/kaspa-rest-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaspa-rest-proxy

REST to Kaspad wRPC Proxy

Getting started

Pre-packaged

Docker image or check releases for uploads.

From source

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

About

REST to Kaspad wRPC Proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published