diff --git a/docs/ledger/README.md b/docs/ledger/README.md index d3f630d86f..dd32cab559 100644 --- a/docs/ledger/README.md +++ b/docs/ledger/README.md @@ -8,34 +8,37 @@ Regen Ledger is a public Proof-of-Stake (PoS) blockchain application built with For more information, check out [Get Started: Live Networks](get-started/live-networks.md#regen-mainnet). +### Block Explorers + +The following block explorers currently support Regen Mainnet: + +- [Mintscan - Regen Mainnet](https://mintscan.io/regen) +- [Big Dipper - Regen Mainnet](https://regen.bigdipper.live) +- [Ping - Regen Mainnet](https://ping.pub/regen) + ## Redwood Testnet Redwood Testnet is a test network with the same configuration as Regen Mainnet. Developers can use Redwood Testnet to test out features in a stable testing environment. Unofficial REGEN tokens can be redeemed using a faucet. For more information, check out [Get Started: Live Networks](get-started/live-networks.md#redwood-testnet). -## Block Explorers +### Block Explorers -The following block explorers currently support Regen Ledger: +The following block explorers currently support Regen Redwood Testnet: -- [Aneka - Regen Mainnet](https://regen.aneka.io) - [Aneka - Redwood Testnet](https://redwood.regen.aneka.io) -- [Big Dipper - Regen Mainnet](https://regen.bigdipper.live) -- [Mintscan - Regen Mainnet](https://mintscan.io/regen) -- [Ping - Regen Mainnet](https://ping.pub/regen) -- [SkyNet - Regen Mainnet](https://skynetexplorers.com/regen-network) ## Wallets The following wallets currently support Regen Ledger: -- [Keplr - Regen Mainnet](https://wallet.keplr.app) -- [Cosmostation - Regen Mainnet](https://wallet.cosmostation.io/regen) -- [Forbole - Regen Mainnet](https://x.forbole.com/wallets) +- [Keplr](https://wallet.keplr.app) (supports Mainnet and Redwood Testnet) +- [Cosmostation](https://wallet.cosmostation.io/regen) +- [Forbole](https://x.forbole.com/wallets) ## Community Have any questions, comments, or new ideas? The following community channels are the best place to start for technical topics related to Regen Ledger: -- [Regen Network Discord](https://discord.gg/regen-network) - [Regen Network Forum](https://forum.regen.network) +- [Regen Network Discord](https://discord.gg/regen-network) diff --git a/docs/ledger/get-started/live-networks.md b/docs/ledger/get-started/live-networks.md index 421b37b1d5..487f67309c 100644 --- a/docs/ledger/get-started/live-networks.md +++ b/docs/ledger/get-started/live-networks.md @@ -1,4 +1,4 @@ -# Live Networks +# Live Networks and Faucets This document provides an overview of the live networks currently running the `regen-ledger` blockchain application and how to interact with a live network using the `regen` binary. @@ -19,6 +19,10 @@ The following URL is the node address for a full node operated by RND and VitWit - [http://mainnet.regen.network:26657/](http://mainnet.regen.network:26657/) - [http://regen.rpc.vitwit.com:26657/](http://regen.rpc.vitwit.com:26657/) +RND also operates an archive node, available at: + +- [http://archive.regen.network:26657/](http://archive.regen.network:26657/) + For more information, see [regen-network/mainnet](https://github.com/regen-network/mainnet). ### Redwood Testnet @@ -36,6 +40,19 @@ The following URLs are node addresses for full nodes operated by RND and VitWit: For more information, see [regen-network/testnets](https://github.com/regen-network/testnets). +#### Faucets + +In order to interact with Regen Redwood Testnet, you'll need some tokens. You can redeem testnet REGEN tokens via the following faucet: + +- [Chora.io Faucet](https://chora.io/faucet) (connect to `regen-redwood-1`) + - Has a limit of 3 redemptions, of 1 REGEN each + +If you need more tokens, you can use the following `curl` command, which sends 10 REGEN: + +```bash +curl -X POST -d '{"address": "YOUR_REGEN_ADDRESS"}' http://redwood.regen.network:8000 +``` + ## Interacting With A Node First, you'll need to install the `regen` binary. For installation instructions, see [Install Regen](README.md#install-regen). @@ -67,13 +84,3 @@ regen config ``` For more information about using the CLI, see [Command-Line Interface](../infrastructure/interfaces.md#command-line-interface). - -## Testnet Tokens - -In order to interact with the test networks, you'll need some tokens. You can redeem tokens for each test network by executing the following `curl` commands. - -*For Redwood Testnet:* - -```bash -curl http://redwood-sentry.vitwit.com:8000/faucet/ -``` \ No newline at end of file