Browse Source

start doc for devs

master
Jonathan "Duke" Leto 2 years ago
parent
commit
60f7680baa
  1. 11
      DEVELOPING.md

11
DEVELOPING.md

@ -0,0 +1,11 @@
# Developing lightwalletd
## Updating protobuf files
To update `compact_formats.proto`
```
protoc --go_out=paths=source_relative:. compact_formats.proto
```
which will generate `compact_formats.pb.go`, then commit and push the changes.
Loading…
Cancel
Save