Skip to content

Explore BIP-39/SLIP-39 word lists. Up to 10 languages. Misc. filter and search options.

License

Notifications You must be signed in to change notification settings

sectore/wordlist

Repository files navigation

BIP-39 | SLIP-39 word list

Explore BIP-39 and SLIP-39 word list in up to 10 languages. Filter words or search for word positions.

Live

https://sectore.github.io/fees/wordlist

Preview

// TODO: upload video

Develop (locally)

Once you've installed dependencies with bun i, start a development server:

bun i # only once
bun dev --open

Build (production)

bun run build
bun run preview --open

Tests

bun run tests

Import wordlists

Word lists have been imported from original sources of BIP-39 and SLIP-39 located at GitHub.

Run following script to re-import those word lists.

bun run import:bip39
bun run import:slip39

Built with

License

MIT