Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitcoinbeachtravemuende/wordlist
- Owner: BitcoinBeachTravemuende
- License: mit
- Created: 2024-06-18T18:56:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:31:18.000Z (4 months ago)
- Last Synced: 2024-07-22T20:37:51.937Z (4 months ago)
- Topics: bip-39, bitcoin, slip-39
- Language: TypeScript
- Homepage: https://wordlist.bitcoinbeachtravemuende.de
- Size: 251 KB
- Stars: 0
- Watchers: 2
- 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://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)