mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #192 from oceanprotocol/feature/getting-ether-nile
Details about how to get Ether in Nile
This commit is contained in:
commit
f5e8f87d9b
@ -25,7 +25,12 @@ You can get Kovan Ether (KEth), for the Kovan Testnet, from a Kovan faucet: see
|
||||
|
||||
### Get Ether for the Nile Testnet
|
||||
|
||||
At the time of writing, there was no easy way to get Ether for the Nile Testnet. We may set up a Nile Ether faucet, so check back from time to time.
|
||||
If you're connecting to the Nile testnet, then you can send get some Nile Ether in `<YOUR ADDRESS>` using the following command (a long command that wraps around):
|
||||
|
||||
`curl -XPOST --data '{"address": "<YOUR ADDRESS>", "agent": "curl"}' -H "Content-Type: application/json" https://faucet.nile.dev-ocean.com/faucet`
|
||||
|
||||
In the above command you only need to replace `<YOUR ADDRESS>` with your own Ethereum address.
|
||||
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…
x
Reference in New Issue
Block a user