Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.45 KB

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/wordlist

Preview

wordlist-preview.mp4

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