2022-07-12 08:04:11 -07:00
|
|
|
# Wormhole SDK Proto Web
|
|
|
|
|
|
|
|
Web client protobuf for interacting with Wormhole
|
|
|
|
|
|
|
|
> Note: This code is generated by `tsproto` for `env=browser` and `outputClientImpl=grpc-web`
|
2022-11-10 11:56:21 -08:00
|
|
|
|
|
|
|
### Updating protos
|
|
|
|
|
|
|
|
To generate new proto files from the [protobuf source](/proto), at the root of the repo run:
|
|
|
|
|
|
|
|
DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
|