If you used the Trinity wallet from December 17, 2019 to February 17, 2020, your tokens might be at risk and you need to take action to prevent theft.
The Seed Migration Tool allows users to safely migrate their funds onto a new seed.
The migration period is 17:00 (UTC) 29th February 2020 to 17:00 (UTC) 7th March.
Read about the migration tool & how to use it
- Node
- Clone this repo
git clone https://github.com/iotaledger/seed-migration-tool.git
- Go to the seed-migration tool directory
cd seed-migration
- Install the dependencies
npm i
- Build the tool
npm run build
- Run the tool
npm run dev