Configuring Endpoints
Learn how to add an RPC endpoint to Ironforge.
Setting up your RPC Endpoints
- Log in to your Ironforge dashboard.
- If this is your first time logging in, you'll be prompted to create a new team/org. Follow the on-screen instructions to create your organization.
- Once you're in the dashboard, navigate to the "RPC Endpoints" section in the sidebar.
- You can add a new endpoint by clicking the "+ New Endpoint" button in the top right corner. Add all your RPC endpoints here.
- Whilst adding the endpoint, you will be asked for the following details:
- Name: A name for your endpoint.
- Endpoint URL: The URL of your RPC endpoint.
- Cluster: The Solana cluster your endpoint is connected to, i.e., devnet or mainnet.
- Metadata: Additional information about if you should enable
skipPreflight
or not, and how many retries should be done in case of transaction landing failures.
- Click "Create" button and your endpoint will be added to the dashboard.
- Keep adding all your endpoints in the same way. You can also edit or delete an endpoint from the dashboard.