🔗
RPC
Scaffold-Eth uses Infura by default but is capable of using Alchemy and Moralis.
Infura is one of the most used node providers for Ethereum. In order for your apps to work, you will need them to connect to an rpc node. Scaffold-eth supports and uses Infura by default.
You will need to update the
constants.js
in packages/react-app/src
with you new key.You will need to update the
constants.js
in packages/react-app/src
with your new endpoint.Last modified 1yr ago