Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 919 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 919 Bytes

rpc-service repo

Tips: need Go 1.22+

Install

Install dependencies

go mod tidy

build

make 

start

./rpc-service -c ./config.yml

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8089