Ubuntu cosmos private chain with ignite

  • https://golangdocs.com/install-go-linux
  • https://tutorials.cosmos.network/hands-on-exercise/1-ignite-cli/1-ignitecli.html

  • Install go:
    • Download:
      • wget https://dl.google.com/go/goxxx.tar.gz
  • Extract packet:
    • We will use /usr/local/ for our convenience.
    • sudo tar -C /usr/local/ -xzf go1.13.5.linux-amd64.tar.gz
    • cd /usr/local/
  • Set PATH for GO:
    • echo $PATH
    • sudo nano $HOME/.profile
    • Add below line i — export PATH=$PATH:/usr/local/go/bin
    • source .profile (apply sys change)
  • Check:
    • cat $HOME/.profile
    • go version