Moralis simplifies the process of accessing blockchain data from nodes across various blockchains. This guide walks you through the steps to set up your Moralis RPC node.
Step 1: Create a Moralis Account
Sign up for a free account at the Moralis Dashboard.
Step 2: Create a New Node
After signing up, generate your unique Node URL:
- Log in to the Moralis Dashboard.
- From the sidebar, click on the Nodes tab.
- Click Create a New Node.
- Select the blockchain network you want to connect to (e.g., Ethereum, BNB Chain, Polygon) and choose mainnet or testnet.
- Click Create Node to generate your node.
Step 3: Copy Your Node URL
Once your node is created, you will be provided with two URLs — one for Site 1 and another for Site 2. Both URLs include your Node API Key.
Copy one of these URLs. This is your unique Node URL, which you will use to interact with the blockchain in your application.
Keep your Node URL safe — it contains your API key, which is essential for connecting to the blockchain. Do not expose it in client-side code or public repositories.
Next Steps
You are now ready to start making RPC calls using your node.