mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
mention faucet server
This commit is contained in:
parent
f8351fb890
commit
6191941dcd
@ -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`.
|
||||
|
||||
|
@ -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 `<YOUR ADDRESS>` 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 `<YOUR ADDRESS>` using the following command:
|
||||
|
||||
```bash
|
||||
curl --data '{"address": "<YOUR ADDRESS>", "agent": "curl"}' -H "Content-Type: application/json" -X POST https://faucet.nile.dev-ocean.com/faucet
|
||||
curl --data '{"address": "<YOUR 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 `<YOUR ADDRESS>` 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
|
||||
|
Loading…
Reference in New Issue
Block a user