Skip to content

Commit

Permalink
docs: update faucet info (#1934)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
  • Loading branch information
clevinson and ryanchristo authored May 31, 2023
1 parent 362e134 commit 018826c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 22 deletions.
25 changes: 14 additions & 11 deletions docs/ledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
29 changes: 18 additions & 11 deletions docs/ledger/get-started/live-networks.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand All @@ -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).
Expand Down Expand Up @@ -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/<account_address>
```

0 comments on commit 018826c

Please sign in to comment.