-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add and update introduction and get started (#1976)
- Loading branch information
1 parent
c4b5e6a
commit 4b53e6f
Showing
17 changed files
with
440 additions
and
298 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,91 @@ | ||
# Regen Ledger | ||
# Overview | ||
|
||
Welcome! This page provides a high-level introduction to the Regen Ledger blockchain application and the networks governed and maintained by the Regen Network community. | ||
|
||
## Regen Ledger | ||
|
||
Regen Ledger is a public Proof-of-Stake (PoS) blockchain application built with [Cosmos SDK](https://docs.cosmos.network/). Regen Ledger provides the infrastructure for ecological assets and the verification of claims. | ||
|
||
#### Learn More | ||
|
||
Learn about the architecture, interfaces, and modules of Regen Ledger: | ||
|
||
- [Architecture](architecture.md) | ||
- [Interfaces](interfaces.md) | ||
- [Modules](../modules/README.md) | ||
|
||
#### Command-Line | ||
|
||
Learn how to install the `regen` binary, manage keys, and start a local test network: | ||
|
||
- [Install Regen](get-started) | ||
- [Manage Keys](get-started/manage-keys.md) | ||
- [Local Testnet](get-started/local-testnet.md) | ||
|
||
## Regen Mainnet | ||
|
||
[Regen Mainnet](https://www.regen.network/mainnet/) is the primary network supported by Regen Ledger. When referring to the Regen Network blockchain, we are referring to Regen Mainnet. Regen Mainnet is powered by the official [REGEN](https://www.regen.network/token/) token and there are currently 75 validators securing the network. | ||
Regen Mainnet (otherwise referred to simply as "Regen") is the main blockchain network running the Regen Ledger application. Regen Mainnet is powered by the official [REGEN](https://www.regen.network/token/) token and currently has 75 validators securing the network. | ||
|
||
#### Wallets | ||
|
||
The following wallets currently support Regen Mainnet: | ||
|
||
For more information, check out [Get Started: Live Networks](get-started/live-networks.md#regen-mainnet). | ||
- [Keplr](https://wallet.keplr.app) | ||
- [Cosmostation](https://wallet.cosmostation.io/regen) | ||
- [Forbole](https://x.forbole.com/wallets) | ||
|
||
### Block Explorers | ||
#### 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) | ||
- [Mintscan](https://mintscan.io/regen) | ||
- [Big Dipper](https://regen.bigdipper.live) | ||
- [Ping](https://ping.pub/regen) | ||
|
||
#### Command-Line | ||
|
||
Learn how to interact with Regen Mainnet using the `regen` binary: | ||
|
||
- [Regen Mainnet](get-started/regen-mainnet.md) | ||
|
||
## 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. | ||
Redwood Testnet (otherwise referred to as "Regen Redwood") is a stable test network with the same configuration as Regen Mainnet. Developers can use Redwood Testnet to test out features. Unofficial REGEN tokens can be redeemed using a token faucet. | ||
|
||
For more information, check out [Get Started: Live Networks](get-started/live-networks.md#redwood-testnet). | ||
#### Wallets | ||
|
||
### Block Explorers | ||
The following wallets currently support Redwood Testnet: | ||
|
||
The following block explorers currently support Regen Redwood Testnet: | ||
- [Keplr](https://wallet.keplr.app) | ||
|
||
- [Aneka - Redwood Testnet](https://redwood.regen.aneka.io) | ||
#### Block Explorers | ||
|
||
## Wallets | ||
The following block explorers currently support Redwood Testnet: | ||
|
||
The following wallets currently support Regen Ledger: | ||
- [Aneka](https://redwood.regen.aneka.io) | ||
|
||
- [Keplr](https://wallet.keplr.app) (supports Mainnet and Redwood Testnet) | ||
- [Cosmostation](https://wallet.cosmostation.io/regen) | ||
- [Forbole](https://x.forbole.com/wallets) | ||
#### Testnet Tokens | ||
|
||
The following token faucets currently support Redwood Testnet: | ||
|
||
- [Chora](https://chora.io/faucet) | ||
|
||
#### Command-Line | ||
|
||
Learn how to interact with Redwood Testnet using the `regen` binary: | ||
|
||
- [Redwood Testnet](get-started/redwood-testnet.md) | ||
|
||
## 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: | ||
Have any questions, comments, or new ideas? The following community channels are the best place to start for topics related to Regen Ledger, Regen Mainnet, and Redwood Testnet: | ||
|
||
- [Regen Network Forum](https://forum.regen.network) | ||
- [Regen Network Discord](https://discord.gg/regen-network) | ||
|
||
## Contributing | ||
|
||
Are you interested in contributing to the Regen Ledger codebase or documentation? Check out the contributing guidelines and feel free to open an issue or pull request: | ||
|
||
- [Regen Ledger GitHub](https://github.com/regen-network/regen-ledger) | ||
- [Regen Ledger Contributing](https://github.com/regen-network/regen-ledger/CONTRIBUTING.md) |
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
Oops, something went wrong.