mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
11 lines
601 B
Markdown
11 lines
601 B
Markdown
# Obtaining API key for Ethereum node provider
|
|
|
|
Ocean Protocol's smart contracts are deployed on EVM-compatible networks. Using an API key provided by a third-party Ethereum node provider allows you to interact with the Ocean Protocol's smart contract on the supported networks without requiring you to host your local node.
|
|
|
|
Choose any API provider of your choice. Some of the commonly used are:
|
|
|
|
* [Infura](https://infura.io/)
|
|
* [Alchemy](https://www.alchemy.com/)
|
|
* [Moralis](https://moralis.io/)
|
|
|
|
Please refer [this page](./../core-concepts/networks.md) for more information on supported networks. |