Run make up_build to spin up postgres instance.
make up_build
Run make run to run the server.
make run
After performing the above steps, the server will be up at http://localhost:8080/
http://localhost:8080/
Currently, 6 endpoints are supported:
http://localhost:8080/nodes
http://localhost:8080/mpks
http://localhost:8080/sos
http://localhost:8080/shares/:minerId
http://localhost:8080/magicblock
Last updated 2 years ago