Skip to content

Commit

Permalink
fixed frontend countdown; moved mimcsponge and tree to crypto to avoi…
Browse files Browse the repository at this point in the history
…d importing zkp-sbmtjs; backend dockerfile
  • Loading branch information
weijiekoh committed Jul 15, 2019
1 parent 8134222 commit aebf72a
Show file tree
Hide file tree
Showing 14 changed files with 22,844 additions and 619 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Expand Up @@ -4,6 +4,8 @@ FROM node:${NODE_VERSION}-stretch AS mixer-backend

COPY --from=mixer-base /mixer /mixer

RUN rm -rf /mixer/frontend

WORKDIR /mixer/backend

CMD ["node", "build/index.js"]
4 changes: 4 additions & 0 deletions config/local-dev.yaml
Expand Up @@ -30,6 +30,10 @@ backend:
frontend:
snarks:
pathPrefix: "build"
paths:
verificationKey: '/build/verification_key.json'
circuit: '/build/circuit.json'
provingKey: '/build/proving_key.bin'
countdown:
endsAtUtcMidnight: false
endsAfterSecs: 5

0 comments on commit aebf72a

Please sign in to comment.