ZcashClient.sync()

Currently synchronous, but that's fine for a demo.
This commit is contained in:
Jack Grigg
2019-06-12 01:01:48 +01:00
parent c9ad643653
commit b4252fa9d3
6 changed files with 182 additions and 3 deletions

3
envoy/envoy.Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM envoyproxy/envoy:latest
COPY ./envoy.yaml /etc/envoy/envoy.yaml
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml