Skip to content

ChainTools-Tech/chain_reg_browser-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chain Registry Browser TUI

Cosmos Chain Registry Browser for command line.

Requirements

  • Python 3.8 or newer

Installation

  1. Clone repository and create a Python virtual environment
$ git clone https://github.com/ChainTools-Tech/chain_reg_browser-tui
$ cd chain_reg_browser-tui
$ python3 -m venv ./venv
$ source venv/bin/activate
(venv) $
  1. Install the requirements
(venv) $ python3 -m pip install -r requirements.txt

if you want to run this on Windows install additional package:

pip install windows-curses
  1. Update config.json
{
  "GITHUB_TOKEN": "PLACE_YOUR_TOKEN_HERE"
}
  1. Run script
(venv) $ python3 chain_reg_browser.py

Chain Registry Browser Screenshot

In case of any questions contact support@chaintools.tech

About

Cosmos Chain Registry Browser for command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages