diff --git a/DEVELOPING.md b/DEVELOPING.md new file mode 100644 index 0000000..0582500 --- /dev/null +++ b/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.