https://github.com/sectore/wordlist
Explore BIP-39/SLIP-39 word lists. Up to 10 languages. Misc. filter and search options.
https://github.com/sectore/wordlist
bip-39 bitcoin slip-39
Last synced: about 1 month ago
JSON representation
Explore BIP-39/SLIP-39 word lists. Up to 10 languages. Misc. filter and search options.
- Host: GitHub
- URL: https://github.com/sectore/wordlist
- Owner: sectore
- License: mit
- Created: 2024-06-18T18:56:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T17:41:24.000Z (over 1 year ago)
- Last Synced: 2025-09-01T13:44:54.376Z (10 months ago)
- Topics: bip-39, bitcoin, slip-39
- Language: TypeScript
- Homepage: https://sectore.github.io/wordlist
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md) | [SLIP-39](https://github.com/satoshilabs/slips/blob/master/slip-0039.md) word list
Explore [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md) and [SLIP-39](https://github.com/satoshilabs/slips/blob/master/slip-0039.md) word list in up to 10 languages. Filter words or search for word positions.
## Live
https://sectore.github.io/wordlist
## Preview
https://github.com/user-attachments/assets/0678c720-3c63-401a-be1f-16a1929d9e11
## Develop (locally)
Once you've installed dependencies with `bun i`, start a development server:
```bash
bun i # only once
bun dev --open
```
## Build (production)
```bash
bun run build
bun run preview --open
```
## Tests
```bash
bun run test
```
## Import wordlists
Word lists have been imported from original sources of [`BIP-39`](https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md) and [`SLIP-39`](https://github.com/satoshilabs/slips/blob/master/slip-0039.md) located at GitHub.
Run following script to re-import those word lists.
```bash
bun run import:bip39
bun run import:slip39
```
## Built with
- [TypeScript](https://www.typescriptlang.org/)
- [Svelte](https://svelte.dev/)
- [daisyUI](https://daisyui.com/)
- [Effect](https://effect.website/)
- [svelte-typewriter](https://github.com/satohshi/svelte-typewriter)
- [lucide-svelte](https://lucide.dev/)
## License
[MIT](./LICENSE)