Skip to content

Commit

Permalink
add: devnet endpoints and faucet informations (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromedda authored Sep 8, 2023
1 parent 2b02cac commit c9f813a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/api/introduction/api-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ You can use the following endpoints to interact with the Zilliqa API, either via
| **Zilliqa mainnet** | 1 | 32769 | [https://api.zilliqa.com/](https://api.zilliqa.com/) or [http://evm-api-filters.zilliqa.com/](http://evm-api-filters.zilliqa.com/) (if using eth_subscribe) |
| **Developer testnet** | 333 | 33101 | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) or [http://evm-api-filters-dev.zilliqa.com/](http://evm-api-filters-dev.zilliqa.com/) (if using eth_subscribe) |
| **Developer testnet (new endpoints names)** | 333 | 33101 | [https://api.testnet.zilliqa.com/](https://api.testnet.zilliqa.com/) or [http://evm-api-filters.testnet.zilliqa.com/](http://evm-api-filters.testnet.zilliqa.com/) (if using eth_subscribe) |
| **Developer devnet | 617 | 33385 | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) or [http://evm-api-filters.devnet.zilliqa.com/](http://evm-api-filters.devnet.zilliqa.com/) (if using eth_subscribe) |
| **Isolated server** | 222 | 32990 | [https://zilliqa-isolated-server.zilliqa.com/](https://zilliqa-isolated-server.zilliqa.com/) |

You can use the following block explorers for the various networks
Expand All @@ -30,7 +31,10 @@ You can use the following block explorers for the various networks
| **Developer testnet** | [ViewBlock testnet explorer](https://viewblock.io/zilliqa?network=testnet) |
| | [DevEx testnet explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fdev-api.zilliqa.com) |
| | [Ethereal EVM explorer](https://evmx-dev.zilliqa.com/overview) |
| | [Otterscan EVM explorer](https://otterscan.testnet.zilliqa.com) |
| **Developer devnet** | [DevEx Devnet explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fapi.devnet.zilliqa.com) |
| | [Otterscan EVM explorer](https://otterscan.devnet.zilliqa.com) |
| **Isolated server** | [Isolated server explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fzilliqa-isolated-server.zilliqa.com) |

You can use the [testnet faucet](../../developers/developer-toolings/dev-tools-faucet.md) to add ZIL to your account.
You can use the [faucet services](../../developers/developer-toolings/dev-tools-faucet.md) to add ZIL to your account.

11 changes: 11 additions & 0 deletions docs/developers/developer-toolings/dev-tools-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ receive 300 testnet $ZIL once the transaction is confirmed.
The faucet is accessible at
[https://dev-wallet.zilliqa.com/faucet](https://dev-wallet.zilliqa.com/faucet)

## Devnet Faucet

In order to deploy a contract to Zilliqa's devnet and send transactions, you
will need testnet $ZIL in your account.

Enter the your wallet address faucet website, you will receive 100 devnet $ZIL
once the transaction is confirmed.

The devnet faucet is accessible at
[https://faucet.devnet.zilliqa.com](https://faucet.devnet.zilliqa.com)

## Source Code

If you are interested in looking into the implementation of the faucet, you can
Expand Down

0 comments on commit c9f813a

Please sign in to comment.