Giter Club home page Giter Club logo

gaia's Introduction

Gaia

Gaia is the first implementation of the Cosmos Hub, built using the Cosmos SDK. Gaia and other Cosmos Hubs allow fully sovereign blockchains to interact with one another using a protocol called IBC that enables Inter-Blockchain Communication.

CircleCI codecov Go Report Card license LoC GolangCI

Mainnet Full Node Quick Start

This assumes that you're running Linux or MacOS and have installed Go 1.14+. This guide helps you:

  • build and install Gaia
  • allow you to name your node
  • add seeds to your config file
  • download genesis state
  • start your node
  • use gaiacli to check the status of your node.

Build, Install, and Name your Node

# Clone Gaia from the latest release found here: https://github.com/cosmos/gaia/releases
git clone -b <latest_release> https://github.com/cosmos/gaia
# Enter the folder Gaia was cloned into
cd gaia
# Compile and install Gaia
make install
# Initialize Gaiad in ~/.gaiad and name your node
gaiad init yournodenamehere

Add Seeds

# Edit config.toml
nano ~/.gaiad/config/config.toml

Scroll down to seeds in config.toml, and add some of these seeds as a comma-separated list:

Download Genesis, Start your Node, Check your Node Status

# Download genesis.json
wget -O $HOME/.gaiad/config/genesis.json https://raw.githubusercontent.com/cosmos/launch/master/genesis.json
# Start Gaiad
gaiad start
# Check your node's status with gaiacli
gaiacli status

Welcome to the Cosmos!

Talk to us!

We have active, helpful communities on Twitter, Discord, and Telegram.

Archives

With each version of the Cosmos Hub, the chain is restarted from a new Genesis state. We are currently on cosmoshub-3. Archives of the state of cosmoshub-1 and cosmoshub-2 are available here.

Disambiguation

Gaia is not related to the React-Cosmos project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. Per our agreement, this disambiguation notice will stay here.

gaia's People

Contributors

alessio avatar alexanderbez avatar colin-axner avatar cracklord avatar cwgoes avatar dependabot-preview[bot] avatar dogemos avatar eg-easy avatar faddat avatar fadeev avatar fanzc912 avatar fedekunze avatar gamarin2 avatar gin avatar hxrts avatar iammelea avatar jackzampolin avatar janeymunoz avatar jgimeno avatar liangping avatar lovincyrus avatar njmurarka avatar npinto avatar nylira avatar okwme avatar rigelrozanski avatar sabau avatar tac0turtle avatar thunnini avatar wimel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.