Skip to content
This documentation is in beta, and we’re looking for feedback. See how you can contribute 🌟

Testnet

Overview

Palm Testnet Network Details

Palm Testnet
Gas tokenPALM
Get Testnet PALMRequest tokens
FaucetRequest faucet access
ChainID11297108099 Chainlist
Derivation pathm/44'/60'/0'/0
Run your own nodeSelf-hosted nodes using Polygon Edge
Public RPC API endpointshttps://palm-testnet.infura.io/v3/<INFURA_API_KEY>
https://palm-testnet.public.blastapi.io
Public RPC Websocket endpointwss://palm-testnet.public.blastapi.io
Block Explorerhttps://testnet.palm.chainlens.com/
https://www.ondora.xyz/network/palm-testnet
Palm Testnet Portal (bridge, on-ramp)https://app.palm-uat.xyz/bridge
Bridge contractsBridge Component Addresses
Other contractsCore contracts

Connect to Palm Testnet using Infura

1. Create an Infura Account and Set up an Ethereum Project

If you don’t already have an Ethereum account, you can use MetaMask or other wallet applications that support Ethereum networks to create one.


2. Locate your Ethereum API Key on Infura

  • Go to Infura’s dashboard
  • Locate the project you created in Step 1
  • Click on the MANAGE KEY tab
  • Get the API Key

Infura API Key Test Net Connectio


3. Create Your Access URL

Option 1 | Use Infura’s endpoints list

Option 2 | Use the URL

Replace <YOUR-API-KEY> with the API key in the URL

https://palm-testnet.infura.io/v3/<YOUR-API-KEY>


4. Call the JSON-RPC method

Use HTTPS to call a JSON-RPC method. In the example we use curl to make the HTTPS request. Replace YOUR-API-KEY with an API key from your Infura dashboard.

Terminal window
curl https://palm-testnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":1}'

5. Now, you will need Testnet PALM to send transactions on Palm Testnet

🔥 Get PALM Tokens