Skip to content

Simple mapper of REST API (GET calls) to the qubic-archiver gRPC (POST calls).

Notifications You must be signed in to change notification settings

couch42/qubic-rest-to-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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

About

Simple mapper of REST API (GET calls) to the qubic-archiver gRPC (POST calls).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published