Skip to content

Commit

Permalink
Merge pull request #164 from anoma/bengt/fix-links-networks
Browse files Browse the repository at this point in the history
fixed broken links under networks section
  • Loading branch information
bengtlofgren authored Oct 10, 2023
2 parents a30e44b + 1ff8013 commit 1f9f543
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DocsAscii } from '../components/DocsAscii'

## About Namada

[Namada](https://namada.net/) is a *validity-predicate* based blockchain using zero-knowledge proof technology.
[Namada](https://namada.net/) is a privacy-for-assets centric blockchain using zero-knowledge proof technology.
Namada's cryptographical features give users asset-agnostic, interchain privacy, and is being built by the Anoma foundation.

### Key innovations:
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/pages/networks/testnets/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"environment-setup": "Environment setup",
"migrating-testnets": "Migrating Testnets",
"pre-genesis": "Pre-genesis",
"migrating-testnets": "Migrating testnets",
"pre-genesis": "Pre-genesis validator setup",
"genesis-validator-apply": "Applying as a genesis validator",
"joining-the-testnet": "Joining the latest Testnet",
"post-genesis-validator": "Becoming a validator after genesis",
"testnet-history": "History of Testnets",
"testnet-history": "History of testnets",
"pow": "Using the testnet faucet",
"faq": "FAQ"
}
6 changes: 3 additions & 3 deletions packages/docs/pages/networks/testnets/environment-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from 'nextra-theme-docs'
# Environment setup

<Callout type="info">
If you don't want to build Namada from source you can [install Namada from binaries](../user-guide/install/from-binary.md).
If you don't want to build Namada from source you can [install Namada from binaries](../../introduction/install/binaries.mdx).
Note that building from source can be a difficult process and is not recommended for beginners.
</Callout>

Expand All @@ -19,8 +19,8 @@ export NAMADA_TAG=v0.23.0
<Steps>
### Install all pre-requisites
- [Rust](https://www.rust-lang.org/tools/install)
- [CometBFT](../installing-cometbft.md)
- [Protobuf](../install/source/pre-requisites.md)
- [CometBFT](../../introduction/installing-cometbft.md)
- [Protobuf](../../introduction/install/source/pre-requisites.md)

### Clone namada repository and checkout the correct versions

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### **Q: How do I join as a validator post-genesis?**

**A:** Joining as a validator post genesis can be done following [these instructions](https://hackmd.io/@bengtlofgren/rkear5uOs)
**A:** Joining as a validator post genesis can be done following [these instructions](../../operators/validators/post-genesis-validator-setup.md).

### **Q: How do I use the Faucet?**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before a testnet launches, you can apply to be a genesis validator.

### Set up

Follow [this guide](../../validators/genesis-validator-setup.md#pre-genesis) on how to generate your "pre-genesis" validator files.
Follow [this guide](../../operators/validators/genesis-validator-setup.md#pre-genesis) on how to generate your "pre-genesis" validator files.

After this, you'll have a `validator.toml` file, the contents of which will look something like the following:

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/joining-the-testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Depending on whether you are a genesis validator, you can join the latest testne
## Joining as a genesis validator
Joining the testnet validator is identical to that of a mainnet validator.

For this reason, please refer to [these docs](../../validators/run-your-genesis-validator.md).
For this reason, please refer to [these docs](../../operators/validators/run-your-genesis-validator.md).

## Joining as a full node
If you are not a genesis validator, please follow the steps for [joining as a full node](../../ledger/running-a-full-node.md).
If you are not a genesis validator, please follow the steps for [joining as a full node](../../operators/ledger/running-a-full-node.md).

It is then possible to test being a validator by [becoming a post-genesis validator](./post-genesis-validator.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

After genesis, you can still join the network as a user and become a validator through self-bonding.

After [joining the network as a full node](../../ledger/running-a-full-node.md), you must [create a validator account](../../validators/post-genesis-validator-setup.md).
After [joining the network as a full node](../../operators/ledger/running-a-full-node.md), you must [create a validator account](../../operators/validators/post-genesis-validator-setup.md).

After this has been completed, you will need to increase your validator's `bonded-stake`, which can be done by self-bonding tokens sourced from the faucet.


## Bonding

Follow [this guide](../../validators/staking.md#self-bonding) on how to self-bond a validator's tokens.
Follow [this guide](../../operators/validators/staking.md#self-bonding) on how to self-bond a validator's tokens.

## Check bonded-stake
In order to vote on blocks, a validator must have enough `bonded-stake` to be included in the validators "consensus-set". A validator is in the consensus set if and only if it has enough `bonded-stake` to be in the top 128 validators by `bonded-stake`.
Expand Down

0 comments on commit 1f9f543

Please sign in to comment.