Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 602 Bytes

protos-2.md

File metadata and controls

19 lines (12 loc) · 602 Bytes
description
All Protos used by Cashkit. ⚙️

Protos

This repo contains all proto files and generated code used by the cashkit org.

https://github.com/cashkit/protos/tree/main/bchrpc

#!/bin/bash

export PATH="$PATH:$(go env GOPATH)/bin"

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative bchrpc/bchrpc.proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative kitrpc/kitrpc.proto