You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/docs/src/README.md
+25-3
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,34 @@ Welcome to Namada's docs!
4
4
5
5
## About Namada
6
6
7
-
[Namada](https://namada.net/) is a sovereign proof-of-stake blockchain, using Tendermint BFT consensus, that enables multi-asset private transfers for any native or non-native asset using a multi-asset shielded pool derived from the Sapling circuit.
7
+
[Namada](https://namada.net/) is a Proof-of-Stake layer 1 protocol for asset-agnostic, interchain privacy. Namada is Anoma's first fractal instance and is currently being developed by [Heliax](https://heliax.dev), a public goods lab.
8
8
9
-
To learn more about the protocol, we recommend the following resources:
9
+
Key innovations include:
10
+
- ZCash-like transfers for any assets (fungible and non-fungible)
11
+
- Rewarded usage of privacy as a public good
12
+
- Interoperability with Ethereum via a custom bridge with trust-minimisation
13
+
- Vertically integrated user interfaces
10
14
11
-
-[Introducing Namada: Shielded Transfers with Any Assets](https://medium.com/anomanetwork/introducing-namada-shielded-transfers-with-any-assets-dce2e579384c)
15
+
To learn more, we recommend:
16
+
- Article: [Introducing Namada: Shielded Transfers with Any Assets](https://medium.com/anomanetwork/introducing-namada-shielded-transfers-with-any-assets-dce2e579384c)
17
+
18
+
## Overview of features
19
+
- Proof-of-Stake with governance to secure and evolve Namada
20
+
- Fast-finality BFT with 4-second blocks
21
+
- Near-zero fees
22
+
- Trustless 2-way Ethereum bridge via IBC implementation on ETH
23
+
- IBC bridges to chains that already speak IBC (all Cosmos chains)
24
+
- MASP
25
+
- Convert Circuit (shielded set rewards)
26
+
- A reference interface
27
+
- Ledger application
28
+
29
+
To learn more about the protocol, we recommend the following in-depth resources:
30
+
- Talk at ZK8 [Namada: asset-agnostic interchain privacy](https://youtu.be/5K6YxmZPFkE)
This book is written using [mdBook](https://rust-lang.github.io/mdBook/), the source can be found in the [Namada repository](https://github.com/anoma/namada/tree/main/documentation/docs).
Copy file name to clipboardexpand all lines: documentation/docs/src/quick-start.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,20 @@
1
-
# Quick Start - How to run a validator node
1
+
# Quickstart - How to run a validator on Namada?
2
2
3
3
## About this guide
4
4
5
-
This guide is aimed at people interested in running a validator node and assumes basic knowledge of the terminal and how commands are used.
5
+
This guide is for the ones interested in operating a Namada validator node and assumes basic knowledge of the terminal and how commands are used.
6
6
7
-
* Comments start with `#`:
8
-
`# this is a comment make sure you read them!`
9
-
* Sample outputs start with an arrow:
10
-
`➜ this is an example command line output useful for comparing`
7
+
* Comments start with `#`:
11
8
12
-
## Install Namada
9
+
```# this is a comment make sure you read them!```
13
10
14
-
See [the install guide](user-guide/install.md) for details on installing the Namada binaries. Commands in this guide will assume you have the Namada binaries (`namada`, `namadan`, `namadaw`, `namadac`) on your path.
11
+
* Sample outputs start with an arrow:
12
+
13
+
```➜ this is an example command line output useful for comparing```
14
+
15
+
## Installing Namada
16
+
17
+
See [the installation guide](user-guide/install.md) for details on installing the Namada binaries. Commands in this guide will assume you have the Namada binaries (`namada`, `namadan`, `namadaw`, `namadac`) on your path.
Copy file name to clipboardexpand all lines: documentation/docs/src/user-guide/ledger/masp.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Private transfers
1
+
# Shielded transfers
2
2
3
-
In Namada, private transfers are enabled by the Multi-Asset Shielded Pool (MASP). The MASP is a zero-knowledge circuit (zk-SNARK) that extends the Zcash Sapling circuit to add support for sending arbitrary assets. All assets in the pool share the same anonymity set, this means that the more transactions are issued to MASP, the stronger are the privacity guarantees.
3
+
In Namada, shielded transfers are enabled by the Multi-Asset Shielded Pool (MASP). The MASP is a zero-knowledge circuit (zk-SNARK) that extends the Zcash Sapling circuit to add support for sending arbitrary assets. All assets in the pool share the same anonymity set, this means that the more transactions are issued to MASP, the stronger are the privacity guarantees.
0 commit comments