Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Readme #672

Closed
wants to merge 6 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ layout: home

Welcome to the documentation of the **Cosmos Hub application: `gaia`**.

## Join Mainnet
faddat marked this conversation as resolved.
Show resolved Hide resolved

- [Detailed node setup information](./docs/gaia-tutorials/join-mainnet.md)

**Instant Gratification Snippet**

```bash
git clone https://github.com/cosmos/gaia
faddat marked this conversation as resolved.
Show resolved Hide resolved
make install
gaiad init chooseanicehandle
wget https://github.com/cosmos/mainnet/raw/master/genesis.cosmoshub-4.json.gz
gzip -d genesis.cosmoshub-4.json.gz
mv mv genesis.cosmoshub-4.json ~/.gaia/config/genesis.json
faddat marked this conversation as resolved.
Show resolved Hide resolved
gaiad start --p2p.seeds bf8328b66dceb4987e5cd94430af66045e59899f@public-seed.cosmos.vitwit.com:26656,[email protected]:26656,[email protected]:26656,ba3bacc714817218562f743178228f23678b2873@public-seed-node.cosmoshub.certus.one:26656,[email protected]:26656
```
If you'd like to save those seeds to your settings put them in ~/.gaia/config/config.toml in the p2p section under seeds in the same comma-separated list format.




## What is Gaia?

- [Intro to the `gaia` software](./gaia-tutorials/what-is-gaia.md)
Expand Down