npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

algorand-find-missing-seed-word

v1.0.1

Published

A script to fix simple human errors in writing down seed phrases for Algorand.

Downloads

3

Readme

Algorand find missing seed word

Overview

Find a missing word in an Algorand seed phrase.

Requirements

node & npm. Find out how to install these on your platform here.

Security & Dependencies

The code does not include any network code or any other way to exfiltrate your seed phrase.

The only package imported is the official JS algorand sdk algosdk, which is used to validate the seed phrase.

The code is immutably published to npm as version 1.0.1 and there is a call for community developers to audit it here.

Usage

You can run this directly like so, replacing any seed word you don't know with XXX:

npx [email protected] [your 25 seed words]

The first time you run this, it will ask if it is OK to install the package.

Need to install the following packages:
  [email protected]
Ok to proceed? (y) y

Type y and press ENTER to proceed.

⚠️ Windows issue

If you have just installed nodejs on Windows for this, you may get an error while trying to run the command: code ENOENT ... C:\Users\User\AppData\Roaming\npm ...

You can try running the following command, which should fix the issue:

mkdir %APPDATA%\npm

Then try the npx ... command again.

Example output

Correct seed phrase: merit kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when

Replacing the first one with XXX (pretend it is missing) yields this:

$ npx [email protected] XXX kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when

Need to install the following packages:
 [email protected]
Ok to proceed? (y) y

DCUWLEDKUEVNLDV5LLP5EXJ42D6W36RT52QFYGUR76NO5V65BFWITNIEVM merit kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when
DRNB3K645UMEP4US4QSZ3L4VVWQGVUPF4I7VEGRXNW5BIVZHI2UBVXPQI4 shallow kiwi deposit enough barely hollow salad labor bench video add legal supreme pig jar there donate again burger dove cost trade crouch absorb when

Done!
AFTER RECOVERY, MAKE SURE TO REKEY YOUR ADDRESS OR MOVE YOUR FUNDS TO A NEW ONE

You may have multiple matches output, as in the above example. If you have more than one missing words, you will almost certainly get a lot of matches.

Contributions

If this helps you recover your funds, consider sending us a cup of coffee or two at the following address:

DTHIRTEENNLSYGLSEXTXC6X4SVDWMFRCPAOAUCXWIXJRCVBWIIGLYARNQE

Support & Socials

This code is provided as-is.

If we aren't busy we will be happy to help you out.

You can get in touch on Twitter or post on our subreddit: /r/D13.