Cosmos Chain Registry Browser for command line.
- Python 3.8 or newer
- 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) $- Install the requirements
(venv) $ python3 -m pip install -r requirements.txtif you want to run this on Windows install additional package:
pip install windows-curses- Update
config.json
{
"GITHUB_TOKEN": "PLACE_YOUR_TOKEN_HERE"
}- Run script
(venv) $ python3 chain_reg_browser.pyIn case of any questions contact support@chaintools.tech
