-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ian/pregenesis-tx' (#374)
Ian/pregenesis tx
- Loading branch information
Showing
15 changed files
with
334 additions
and
271 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# Namada Networks | ||
|
||
This page is for Namada networks. | ||
|
||
There are two network types: | ||
This section contains information about the current public Namada networks (mainnet and testnet) as well as instructions for creating a new decentralized network or local devnet. | ||
|
||
* [Mainnets](./networks/mainnets.mdx) - the main networks | ||
* [Testnets](./networks/testnets.mdx) - the test networks | ||
|
||
The mainnet chain-ids are prefixed with `main` and the testnet chain-ids are prefixed with `test`. | ||
* [Setting up a local network](./networks/starting-network/local-network.mdx) - how to set up a local network (useful for development and testing) | ||
* [Setting up a decentralized network](./networks/starting-network/genesis-flow.mdx) - how to launch a decentralized network involving multiple participants |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"mainnets": "Mainnets", | ||
"testnets": "Testnets", | ||
"starting-network": "Starting a network" | ||
} |
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
packages/docs/pages/networks/starting-network/genesis-flow.mdx
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Setting up a decentralized Namada network | ||
|
||
Setting up a decentralized Namada network requires coordination between two distinct parties: | ||
|
||
1. [The network coordinator](./genesis-flow/coordinator.mdx#the-network-coordinator) | ||
2. [The pre-genesis participants](./genesis-flow/participants.mdx#pre-genesis-network-participants) | ||
|
||
This process is also called the **genesis ceremony** or the **pre-genesis process**. | ||
|
||
The purpose of this process is to establish the initial (genesis) state of the network -- including initial account balances, an initial validator set and an initial stake distribution -- through social consensus. | ||
This is done by generating *pre-genesis transactions* that define established accounts, validator accounts, and bonds. See the [pre-genesis participants](./genesis-flow/participants.mdx#pre-genesis-network-participants) | ||
section for more details on generating pre-genesis transactions. |
File renamed without changes.
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.