The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
woop/scripts/protobuf_setup.md

7 lines
269 B

# Setup
You need to install protoc (protobuf compiler) and protoc-gen-go.
- For protoc-gen-go just simple install by `go get -u github.com/golang/protobuf/protoc-gen-go`
- For protoc, you install from the release https://github.com/protocolbuffers/protobuf/releases.