- Go to the INFURA signup page (https://infura.io/signup) and enter your name and email.
- Once you acknowledge the terms and conditions and have signed up, you will receive an email from INFURA with the providers for each network.
- For each network, you will receive an endpoint and an API key:
- Main Ethereum network: https://mainnet.infura.io/<api-key>
- Test Ethereum network (Ropsten): https://ropsten.infura.io/<api-key>
- Test Ethereum network (Rinkeby): https://rinkeby.infura.io/<api-key>
- Test Ethereum network (INFURAnet): https://infuranet.infura.io/<api-key>
You can interact with the providers just like you do with your local node. You can use JSON RPC, Web3JS, or even the REST API provided by INFURA to interact with the ...