forked from cerc-io/laconicd-deprecated
docs: testnet faucet (#508)
* docs: testnet * link * link * docs: added faucet screenshot + updated the amount sent (#509) * buf * todos * latex Co-authored-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
This commit is contained in:
parent
7b3ceec0b8
commit
c6c9330e80
@ -141,11 +141,16 @@ module.exports = {
|
|||||||
directory: false,
|
directory: false,
|
||||||
path: '/testnet/join'
|
path: '/testnet/join'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Token Faucet',
|
||||||
|
directory: false,
|
||||||
|
path: '/testnet/faucet'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Deploy Node on Cloud',
|
title: 'Deploy Node on Cloud',
|
||||||
directory: false,
|
directory: false,
|
||||||
path: '/testnet/cloud_providers'
|
path: '/testnet/cloud_providers'
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -20,15 +20,11 @@ The denomination used for staking, governance and gas consumption on the EVM is
|
|||||||
|
|
||||||
Ethermint uses [Atto](https://en.wikipedia.org/wiki/Atto-) Photon as the base denomination to maintain parity with Ethereum.
|
Ethermint uses [Atto](https://en.wikipedia.org/wiki/Atto-) Photon as the base denomination to maintain parity with Ethereum.
|
||||||
|
|
||||||
```
|
$$1 photon = 1 ~ * ~ 10^{18} aphoton$$
|
||||||
1 photon = 1×10⁻¹⁸ aphoton
|
|
||||||
```
|
|
||||||
|
|
||||||
This matches Ethereum denomination of:
|
This matches Ethereum denomination of:
|
||||||
|
|
||||||
```
|
$$1 ETH = 1 ~ * ~ 10^{18} wei$$
|
||||||
1 ETH = 1x10⁻¹⁸ wei
|
|
||||||
```
|
|
||||||
|
|
||||||
### EVM Tokens
|
### EVM Tokens
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@ parent:
|
|||||||
|
|
||||||
# Testnet
|
# Testnet
|
||||||
|
|
||||||
This section contains different client and API reference document.
|
This section contains different documents for how to access and join the Ethermint testnets.
|
||||||
|
|
||||||
1. [Join Testnet](./join)
|
1. [Join Testnet](./join)
|
||||||
|
1. [Faucet](./faucet)
|
||||||
1. [Cloud Providers](./cloud_providers)
|
1. [Cloud Providers](./cloud_providers)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
order: 2
|
order: 3
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Deploy Node on Cloud
|
# Deploy Node on Cloud
|
||||||
|
32
docs/testnet/faucet.md
Normal file
32
docs/testnet/faucet.md
Normal file
@ -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.
|
BIN
docs/testnet/img/faucet_web_page.png
Normal file
BIN
docs/testnet/img/faucet_web_page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
@ -14,17 +14,6 @@ lint:
|
|||||||
- RPC_RESPONSE_STANDARD_NAME
|
- RPC_RESPONSE_STANDARD_NAME
|
||||||
- RPC_REQUEST_RESPONSE_UNIQUE
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
||||||
- COMMENT_MESSAGE
|
- COMMENT_MESSAGE
|
||||||
ignore:
|
|
||||||
- tendermint
|
|
||||||
- gogoproto
|
|
||||||
- cosmos_proto
|
|
||||||
- google
|
|
||||||
- confio
|
|
||||||
breaking:
|
breaking:
|
||||||
use:
|
use:
|
||||||
- FILE
|
- FILE
|
||||||
ignore:
|
|
||||||
- tendermint
|
|
||||||
- gogoproto
|
|
||||||
- cosmos_proto
|
|
||||||
- google
|
|
Loading…
Reference in New Issue
Block a user