mirror of
https://github.com/FlipsideCrypto/user_metrics.git
synced 2026-02-06 03:07:03 +00:00
| .. | ||
| node_modules | ||
| addresses.json | ||
| cosmos_to_convert.csv | ||
| generateIBCAddress.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test.csv | ||
Cosmos Address Generator
Setup
npm install
Usage
- Open
generateIBCAddress.jsand locate:
/*
*
* Set Filename here!
*
*/
const fileName = "test.csv";
(It's at the top of the file)
-
update the variable
fileNameto be the name of your CSV file. -
Ensure the CSV file does not have
"around each address, and each address is on a new line. Following CSV format, the first line of the file will be skipped so make sure there is a header line. -
Run
node generateIBCAddress.js -
The output will be
addresses.json