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

chore: updating doc reference to https rpc #2937

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,20 @@ We include instructions for [sepolia-faucet.pk910.de](https://sepolia-faucet.pk9

Follow the instructions to register and verify the account.

2. Click on "Create a new API key".
2. An API Key named "My First Key" should be auto-generated. Click on it, otherwise click on the "Create New API Key" button.

![image](https://github.com/waku-org/nwaku/assets/68783915/3cf1d537-9f73-4a6a-b1ef-bbac148bac47)
![image](https://github.com/user-attachments/assets/40cedd01-0282-46f1-a7cd-604bb3f29cae)
gabrielmer marked this conversation as resolved.
Show resolved Hide resolved

4. Select "Web 3 API", give your API key a descriptive name and click on "Create".

![image](https://github.com/waku-org/nwaku/assets/68783915/f8c6c6b0-e55e-4681-8524-08303db11b9f)
3. You will be presented with a dashboard for your new key. Make sure to have Ethereum Sepolia's checkbox selected in the Networks section.

You will be presented with a dashboard for the newly created key.

![image](https://github.com/waku-org/nwaku/assets/68783915/54c7c2da-f512-4c48-b5bb-ff86cae021c6)
![image](https://github.com/user-attachments/assets/09a6b6b6-5b93-4d6a-b5e4-f7714d7293f3)

4. Select "Sepolia" in the dropdown menu for Ethereum.

![image](https://github.com/waku-org/nwaku/assets/68783915/945bf11e-15f6-48a9-9378-f7d39f73b02c)

Both Https and WebSockets endpoints are available. Waku requires the WebSockets endpoint.
4. Select the "Sepolia" endpoint in the Ethereum menu.

![image](https://github.com/waku-org/nwaku/assets/68783915/adb2bac0-8f86-47d0-92cc-33d23f02aeb3)
![image](https://github.com/user-attachments/assets/8ed30e48-3e89-4200-b072-0b924e2aeebb)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

push the image in the repo instead


5. Copy this address (starting with `wss://sepolia.infura`) as needed when setting up your Waku node.
Both Https and WebSockets endpoints are available. Waku requires the Https endpoint.

5. Copy the address (starting with `https://sepolia.infura`) as needed when setting up your Waku node.
Loading