1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

Update configuration page and obtaining api key page

This commit is contained in:
Akshay 2022-07-23 16:42:46 +02:00
parent 526c13b2c8
commit 1c005a96e5
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,11 @@
# Obtaining API key
# Obtaining API key for Ethereum node provider
Choose any api provider of your choice. Some of the commonly used are:
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/)
* [Moralis](https://moralis.io/)
Please refer [this page](./../core-concepts/networks.md) for more information on supported networks.

View File

@ -1,6 +1,6 @@
# Configuration
### Obtaining API key
### Obtaining API key for Ethereum node provider
See this [guide](../obtaining-api-key.md) on getting an API key to interact with EVM compatible networks.