Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cosmos/groups-ui

Repository files navigation

Group-ui

Prerequisites

  • node 12.*
  • go 1.17.*, unzip, curl (for proto generation)
  • chrome browser with keplr extension

Usage

Running a cosmos node locally

  • steps in make help
  • make local-clean
  • make local-init
  • make local-start

Use frontend with different backends

  • change rpc and rest fields in localhost:/3001/settings, or in chain-info-store.ts (default is window.location.hostname)

nginx (local test)

  • docker run --rm -p 5001:80 -v $PWD/nginx.conf:/etc/nginx/conf.d/default.conf nginx

nginx (on a node)

  • sudo vim /etc/nginx/sites-available/default
  • paste directive from groups-ui/nginx.conf
  • sudo nginx -s reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages