Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

phoebetronic/trades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trades

Install Protobuf dependencies according to https://grpc.io/docs/languages/go/quickstart.

brew install protobuf
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]

Generate the Go code according to the Protobuf messages.

protoc --go_out=typ/orders --go-grpc_out=typ/orders pbf/orders/orders.proto
protoc --go_out=typ/trades --go-grpc_out=typ/trades pbf/trades/trades.proto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages