monetix gateway

This commit is contained in:
Stephan D
2025-12-04 21:16:15 +01:00
parent f439f53524
commit 396a0c0c88
47 changed files with 3835 additions and 3 deletions

View File

@@ -110,6 +110,12 @@ if [ -f "${PROTO_DIR}/gateway/chain/v1/chain.proto" ]; then
generate_go_with_grpc "${PROTO_DIR}/gateway/chain/v1/chain.proto"
fi
if [ -f "${PROTO_DIR}/gateway/mntx/v1/mntx.proto" ]; then
info "Compiling Monetix gateway protos"
clean_pb_files "./pkg/proto/gateway/mntx"
generate_go_with_grpc "${PROTO_DIR}/gateway/mntx/v1/mntx.proto"
fi
if [ -f "${PROTO_DIR}/payments/orchestrator/v1/orchestrator.proto" ]; then
info "Compiling payments orchestrator protos"
clean_pb_files "./pkg/proto/payments/orchestrator"