Skip to content

Commit

Permalink
Add README for how to compile the grpc intf to eos
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano committed Sep 12, 2023
1 parent 8e59515 commit b650e91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/eosclient/eosgrpc/eos_grpc/README.protoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To compile the eos binding into go code:

protoc --go_out=. ./Rpc.proto
protoc ./Rpc.proto --go_out=plugins=grpc:.


NOTE: we have to do this here in order to be sure that a compatible protoc compiler is used.
Having a CI somewhere compiling this does NOT guarantee that the same golang and protoc will be used,
and this has created lots of problems in the past

0 comments on commit b650e91

Please sign in to comment.