This guide provides step-by-step instructions on how to obtain the RPC URL for the Mumbai Testnet from Alchemy, a popular blockchain infrastructure provider.
-
Alchemy Account: Ensure that you have an active account on Alchemy. If not, sign up at Alchemy and log in.
-
Project on Alchemy: Create a new project on Alchemy or use an existing one. Each project on Alchemy corresponds to a unique set of API keys.
Visit the Alchemy website and log in to your account.
-
From the Alchemy Dashboard, select the project for which you want to obtain the Mumbai Testnet RPC URL.
-
If you don't have a project yet, go to Application Page create one by clicking on the "Create Project" button.
Select following configuration to create application
After selecting or creating a project, you will be directed to the project's dashboard.
- Click on the "API Key" button on the dashboard. We will use the HTTPs API Url from the pop-up.
https://rpc-mumbai.alchemyapi.io/v2/YOUR_MUMBAI_API_KEY
Keep you RPC Url handy, it will be used in the steps to setup the app on your system.
- Keep your API keys secure. Do not share them publicly.
- Ensure that your Alchemy project is funded to cover potential usage costs on the Mumbai Testnet.
- If you encounter issues or have questions, refer to the Alchemy documentation or contact Alchemy support.
Feel free to reach out if you need further assistance or clarification. Happy coding!