zkBob / zkbob-ui

Apache License 2.0
3 stars 2 forks source link

Ceremony #225

Open maikReal opened 1 year ago

maikReal commented 1 year ago

We have two main components:

  1. Server
    1. Stores list of contribution in DB, serves via REST API
    2. provides OAuth
    3. Manages pending contributors, allows to register as a pending contributor
    4. Allows to save a new contribution after checking it
    5. Uploads new contributions to AWS
  2. Client application
    1. shows list of previous contributions
    2. shows list of pending contributors ( may be just a number)
    3. allows to register as pending contributor
    4. downloads current parameters from AWS
    5. allows user to make contribution with a random entropy using phase2 code compiled to wasm returning a hash of public key ( a dedicated public key made from user entropy)
    6. allows to authorize with github, twitter
maikReal commented 1 year ago

@r0wdy1 will finish the ceremony this week (11.09-17.09). Later we can use it