diff --git a/content/concepts/testnets.md b/content/concepts/testnets.md index eefc8367..49183bb7 100644 --- a/content/concepts/testnets.md +++ b/content/concepts/testnets.md @@ -59,6 +59,7 @@ There are several Ocean Protocol software components that are live, connected to - Jupyter Hub at [https://mantaray.dev-ocean.com](https://mantaray.dev-ocean.com) - [Token Bridge Frontend](https://github.com/oceanprotocol/bridge-ui) (for a token bridge between Nile and Kovan) at [https://token-bridge.dev-ocean.com](https://token-bridge.dev-ocean.com) - Commons Marketplace at [https://commons.oceanprotocol.com](https://commons.oceanprotocol.com) +- Faucet Server at [faucet.nile.dev-ocean.com](https://faucet.nile.dev-ocean.com) > Internal note: The private "atlantic" repo documents the internal details of the Nile Testnet in `networks/nile/README.md`. diff --git a/content/tutorials/get-ether-and-ocean-tokens.md b/content/tutorials/get-ether-and-ocean-tokens.md index 9a3a0b7e..9793c7e9 100644 --- a/content/tutorials/get-ether-and-ocean-tokens.md +++ b/content/tutorials/get-ether-and-ocean-tokens.md @@ -25,18 +25,24 @@ You can get Kovan Ether (KEth), for the Kovan Testnet, from a Kovan faucet: see ### Get Ether for the Nile Testnet -If you're connecting to the Nile testnet, you can use the faucet UI, which is setup for Nile: +If you're connecting to the Nile testnet, you can use the Ocean Faucet. A simple UI for it is deployed as part of the Commons marketplace under: -- [commons.oceanprotocol.com/faucet](https://commons.oceanprotocol.com/faucet) +- client: [commons.oceanprotocol.com/faucet](https://commons.oceanprotocol.com/faucet) -Alternatively, you can send get some Nile Ether in `` using the following command (a long command that wraps around): +This interface is setup to communicate with the deployed Ocean Faucet Server under: + +- server: [faucet.nile.dev-ocean.com](https://faucet.nile.dev-ocean.com) + +You can also communicate with that server directly and get some Nile Ether into `` using the following command: ```bash -curl --data '{"address": "", "agent": "curl"}' -H "Content-Type: application/json" -X POST https://faucet.nile.dev-ocean.com/faucet +curl --data '{"address": "", "agent": "curl"}' -H "Content-Type: application/json" -X POST https://faucet.nile.dev-ocean.com/faucet ``` In the above command you only need to replace `` with your own Ethereum address. +Check out the [Ocean Faucet Server repository](https://github.com/oceanprotocol/faucet) to learn more about what the server provides. + The Nile faucet has a limit of one request every 24 hours for the same Ethereum address. But don't worry, the Ether given is more than enough for interacting with the network. ### Get Ether for a Local Ganache-Based Testnet