gnosis / dex-zksnarks

Code to generate snark proofs for batch auction result validation of the Gnosis d.exchange
46 stars 7 forks source link

Dockerizing bellman repo #23

Closed fleupold closed 5 years ago

fleupold commented 5 years ago

Inline with the other folders in this repo.

fleupold commented 5 years ago

The build is failing because "gnosispm/dex_bellman:staging" doesn't exist yet. @Uxio0, should I first create it without a cached build and then make the build cached in a separate PR or is there an easier way to do it?

Uxio0 commented 5 years ago

Hi @fleupold, that's right. I think the easier would be to create the repo beforehand, but you can take a look on this script we use for the Safe Relay: https://github.com/gnosis/safe-relay-service/blob/master/scripts/deploy_docker.sh