Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

iotaledger-archive/seed-migration-tool

Repository files navigation

IOTA Seed Migration Tool

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

Documentation

Developer Prerequisites

  • Node

Developer Instructions

  1. Clone this repo
git clone https://github.com/iotaledger/seed-migration-tool.git
  1. Go to the seed-migration tool directory
cd seed-migration
  1. Install the dependencies
npm i
  1. Build the tool
npm run build
  1. Run the tool
npm run dev