This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: testnet * link * link * docs: added faucet screenshot + updated the amount sent (#509) * buf * todos * latex Co-authored-by: Guillermo Paoletti <[email protected]>
- Loading branch information
Showing
8 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!-- | ||
order: 2 | ||
order: 3 | ||
--> | ||
|
||
# Deploy Node on Cloud | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
order: 2 | ||
--> | ||
|
||
# Faucet | ||
|
||
Check how to obtain testnet tokens from the Ethermint faucet website {synopsis} | ||
|
||
## Requesting tokens | ||
|
||
You can request tokens for the testnet by using the Ethermint [faucet](https://ethermint.io/faucet). | ||
Simply fill in your address on the input field in bech32 (`ethm1...`) or hex (`0x...`) format. | ||
|
||
::: warning | ||
If you use your bech32 address, make sure you input the [account address](./../basics/accounts#addresses-and-public-keys) (`ethm1...`) and **NOT** the validator operator address (`ethmvaloper1...`) | ||
::: | ||
|
||
<!-- TODO: update with final website design --> | ||
![faucet site](./img/faucet_web_page.png) | ||
|
||
## Rate limits | ||
|
||
To prevent the faucet account from draining the available funds, the Ethermint testnet faucet | ||
imposes a maximum number of request for a period of time. By default the faucet service accepts 1 | ||
request per day per address. All addresses **must** be authenticated using | ||
[Auth0](https://auth0.com/) before requesting tokens. | ||
|
||
<!-- TODO: add screenshots of authentication window --> | ||
|
||
## Amount | ||
|
||
For each request, the faucet transfers $1 ~ * ~ 10^{18}$ aphotons (i.e 1 Photon) to the given address. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters