Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 372 Bytes



qubic-rest-to-grcp



Building the app binary:

$ go build -o "server" "."

Running the server:

$ ./server
2024/03/10 00:08:17 Server listening on port 7070

Docker usage:

$ docker build -t ghcr.io/couch42/qubic-rest-to-grcp:latest .
$ docker run -p 7070:7070 ghcr.io/couch42/qubic-rest-to-grcp:latest