Skip to content

saleemrashid/nem-trezor-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nem-trezor-standalone

Offline tool for recovering NEM private keys from BIP39 mnemonics and importing them into NanoWallet

Usage

You should only use this tool on an offline computer.

  • It will protect your private keys from malware.

  • Without network access, a malicious version of the code cannot make transactions or send your private keys to a remote server.

Open index.html and click the Download button.

index.html is a standalone HTML page containing all the CSS and JavaScript required for this tool, allowing you to use it completely offline.

Do not use src/index.html as it will not work offline.

Build

  1. Install Yarn for secure dependency management

  2. Build standalone index.html (this will be identical to the file included in this repository)

yarn
yarn build
  1. Open index.html (or copy to an offline computer)

About

Offline tool for recovering NEM private keys from BIP39 mnemonics and importing them into NanoWallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published