diff --git a/docs/guides/how-to-register.md b/docs/guides/how-to-register.md index f7bc4ea..5fa29a6 100644 --- a/docs/guides/how-to-register.md +++ b/docs/guides/how-to-register.md @@ -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) diff --git a/docs/guides/images/join-taiko.png b/docs/guides/images/join-taiko.png new file mode 100644 index 0000000..f0f69df Binary files /dev/null and b/docs/guides/images/join-taiko.png differ diff --git a/docs/guides/images/sign-in.png b/docs/guides/images/sign-in.png new file mode 100644 index 0000000..2a7bad6 Binary files /dev/null and b/docs/guides/images/sign-in.png differ diff --git a/docs/guides/images/user-center.png b/docs/guides/images/user-center.png new file mode 100644 index 0000000..09b5f34 Binary files /dev/null and b/docs/guides/images/user-center.png differ diff --git a/docs/guides/images/user-details.png b/docs/guides/images/user-details.png new file mode 100644 index 0000000..9f5fa59 Binary files /dev/null and b/docs/guides/images/user-details.png differ