Skip to content

Node.js CLI tool to migrate KUJI from Terra Classic, powered by CosmES.

License

Notifications You must be signed in to change notification settings

coinhall/kujira-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kujira Migration

Node.js CLI tool to migrate KUJI from Terra Classic, powered by CosmES.

Warning

The use of this software does not make Coinhall liable for any loss of funds, direct or indirect, caused by the use of the software. The software is provided "as is" and without warranty of any kind, express or implied. The user assumes all risks associated with using the software.

Getting Started

This assumes that you have some coding experience. Before continuing, please take some time to audit the code. PSA: do not blindly give away your seed phrase without knowing what you are doing!

1. Install Node.js v18+

If you haven't already, install Node.js v18+: https://nodejs.org/en/download.

2. Clone this repository

git clone https://github.com/coinhall/kujira-migration
cd kujira-migration

3. Install all dependencies

npm i
# or yarn
# or pnpm i

4. Run the script

node src/index.js

When prompted, enter the 12 or 24 words seed phrase of your Terra Classic wallet which held KUJI or SKUJI on the 13 May 2022 snapshot. If all goes well, all KUJI will be fully migrated and you may proceed to use the same seed phrase in wallets like Keplr or Sonar to interact with your migrated KUJI.

About

Node.js CLI tool to migrate KUJI from Terra Classic, powered by CosmES.

Resources

License

Stars

Watchers

Forks