Introduction
Welcome to Namada's docs!
How to read this book
Here are some useful tips for reading this book:
- Comments start with
#
:
# this is a comment make sure you read them!
- Sample outputs start with an arrow:
➜ this is an example command line output useful for comparing
- Commands you should run are prefixed with a
$
:
$ this is a command you should run
- User-defined inputs are in square brackets:
$ this is a command you should run [with your own input]
About this documentation
This book is written using mdBook, the source can be found in the Namada repository.
Contributions to the contents and the structure of this book should be made via pull requests.