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

feat: register page #5

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/guides/how-to-register.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ sidebar_position: 2
---

# How to Register
Users can go to ZKPool website https://zkpool.io to register an account and generate an access key for prover to connect to ZKPool.

Steps are:

1. Go to home page, click "Join" button which brings user to "Join Taiko" button, click it
![Join taiko](./images/join-taiko.png)
2. On Web3Auth modal popped up, choose your sign in method. At moment we support wallet login and Gmail login.
![Sign in](./images/sign-in.png)
3. By default the overview page is displayed
4. Click the user icon on the top right corner, it will bring the user to user center pages.
![User center](./images/user-center.png)
5. From the "user details" page, user can generate the access key for later prover to connec to ZKPool
![User details](./images/user-details.png)
Binary file added docs/guides/images/join-taiko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/images/sign-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/images/user-center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/images/user-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading