Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add namecheap prover #31

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

add namecheap prover #31

wants to merge 13 commits into from

Conversation

richardliang
Copy link
Contributor

Description

Please include a summary of change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
New Endpoint: https://zkp2p--zkp2p-v0-0-x-genproof-email.modal.run

Checklist

  • Generate non-chunked keys and upload them to s3.
  • Update these args in Dockerfile
    • ARG ZKP2P_BRANCH_NAME=xxxxxx
    • ARG ZKP2P_VERSION=xxxxxx
    • ARG PROVER_API_BRANCH_NAME=xxxxxx
  • Commit the changes in prover-api
  • Build the docker file image on an AWS machine.
    • sudo docker build -t 0xsachink/zkp2p:modal-0.0.x .
  • Publish the docker image file to dockerhub.
    • sudo docker push 0xsachink/zkp2p:modal-0.0.x
  • Update the docker file version in prover/api.py. Also, increment the version in the stub name.
  • Serve the app using modal serve app.py.
  • Update the MODAL ENDPOINT link in the .env
  • Run python api.py to test the proof generation works!
  • Deploy the app using modal deploy app.py and paste the link above.
  • Commit the changes and open the PR for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants