Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitcoinbeachtravemuende/wordlist

Explore BIP-39/SLIP-39 word list.
https://github.com/bitcoinbeachtravemuende/wordlist

bip-39 bitcoin slip-39

Last synced: 6 days ago
JSON representation

Explore BIP-39/SLIP-39 word list.

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://wordlist.bitcoinbeachtravemuende.de

## Preview

https://github.com/user-attachments/assets/9b394691-a757-4fa8-a805-84cbfe523067

## 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 tests
```

## 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)