https://github.com/cheqd/cosmjs-cli-converter
A simple tool to convert Cosmos SDK addresses from one network to another in a batch
https://github.com/cheqd/cosmjs-cli-converter
cosmos-sdk
Last synced: over 1 year ago
JSON representation
A simple tool to convert Cosmos SDK addresses from one network to another in a batch
- Host: GitHub
- URL: https://github.com/cheqd/cosmjs-cli-converter
- Owner: cheqd
- License: apache-2.0
- Created: 2022-03-25T12:09:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T00:53:16.000Z (over 3 years ago)
- Last Synced: 2025-02-14T17:58:08.325Z (over 1 year ago)
- Topics: cosmos-sdk
- Language: JavaScript
- Homepage:
- Size: 492 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cosmos SDK Address Convertor CLI Tool
## Usage
- Run as `node index.js ` , e.g. `cosmos`,`osmo`,`juno` or any accepted Cosmos network.
- Add `cheqd` addresses to convert in `imports/addresses.csv` (make sure you keep the header text)
- Outputs will be stored in `exports/` when successfully converted.