-
Hi, i am about to make a stupid question really. I reserched it and i dont seem to understand. What is the difference between etherscan and alchemy??? alchemy can provide me a connection to whats happening in the blockchain and so does etherscan... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Etherscan is a blockchain explorer. It shows info about blocks, transactions, contracts, etc. We use its API key to verify our deployed contracts. Alchemy has many features too. In this course, we use its API key to create RPC URL to connect our javascript with the Ethereum blockchain |
Beta Was this translation helpful? Give feedback.
Etherscan is a blockchain explorer. It shows info about blocks, transactions, contracts, etc. We use its API key to verify our deployed contracts. Alchemy has many features too. In this course, we use its API key to create RPC URL to connect our javascript with the Ethereum blockchain