Skip to content

Commit

Permalink
chore: updating doc reference to https rpc (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Jul 31, 2024
1 parent 8058323 commit bb7bba3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
Binary file added docs/tutorial/imgs/infura-dashboard.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/tutorial/imgs/infura-endpoints.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/tutorial/imgs/infura-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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](imgs/infura-key.png)

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](imgs/infura-dashboard.png)

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](imgs/infura-endpoints.png)

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.

0 comments on commit bb7bba3

Please sign in to comment.