ChainsCore

Core RPC
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://core.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"REPLACE_ME_WITH_ACTUAL_METHOD","params":[],"id":1}'
How to add Core Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameCore
New RPC URL
https://core.drpc.org
Chain ID
0x45c
Currency Symbol
CORE
Block Explorer URL (Optional)
https://scan.coredao.org
By clicking on the Core icon in the network selection drop-down menu in MetaMask, you can now switch to the Core and perform all transactions on that network
FAQ
RPC in Core allows external applications to interact with the Core blockchain, facilitating tasks such as data retrieval, transaction submission, and smart contract interactions efficiently.