cryptoseed 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +43 -24
- package/README.es.md +43 -24
- package/README.fr.md +43 -24
- package/README.he.md +43 -24
- package/README.it.md +43 -24
- package/README.ja.md +43 -24
- package/README.ko.md +43 -24
- package/README.md +43 -24
- package/README.ru.md +43 -24
- package/README.tr.md +43 -24
- package/README.zh.md +43 -24
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# 🛡️ cryptoseed
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
<p align="left">
|
|
5
|
+
<a href="https://www.npmjs.com/package/cryptoseed">
|
|
6
|
+
<img src="https://img.shields.io/npm/v/cryptoseed.svg?style=flat-square" alt="npm version">
|
|
7
|
+
</a>
|
|
8
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/blob/main/LICENSE">
|
|
9
|
+
<img src="https://img.shields.io/github/license/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="license">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/stargazers">
|
|
12
|
+
<img src="https://img.shields.io/github/stars/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="stars">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/issues">
|
|
15
|
+
<img src="https://img.shields.io/github/issues/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="issues">
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://better2better.com.br/softwares/b2-wallet">
|
|
18
|
+
<img src="https://img.shields.io/badge/Built%20For-b2%20wallet-blueviolet?style=flat-square" alt="b2 wallet">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
3
22
|
🌍 **Select Language / Selecione o Idioma:**
|
|
4
23
|
[Português](./README.md) | [English](./README.en.md) | [Español](./README.es.md) | [Français](./README.fr.md) | [Italiano](./README.it.md) | [Türkçe](./README.tr.md) | [Русский](./README.ru.md) | [简体中文](./README.zh.md) | [日本語](./README.ja.md) | [한국어](./README.ko.md) | [עברית](./README.he.md)
|
|
5
24
|
|
|
6
25
|
|
|
7
26
|
**cryptoseed** is an enterprise-grade, lightweight, and high-performance library developed in **Pure JavaScript** (Node.js) designed for the diagnosis, validation, and recovery of cryptographic mnemonic seed phrases (*seed phrases*) that have been lost, scrambled, or typed with spelling errors.
|
|
8
27
|
|
|
9
|
-
Developed under the security and infrastructure ecosystem of **b2 wallet** ([better2better](https://better2better.net), under the leadership of [diegooris](https://diegohorantunes.web.app/)), the library is engineered to provide developers and security analysts with maximum robustness, ultra-high search speeds, and surgical historical accuracy in address derivation across **39 distinct blockchains and ecosystems**. All of this operates 100% autonomously, without native C/C++ compilation dependencies or external packages that could compromise build portability.
|
|
28
|
+
Developed under the security and infrastructure ecosystem of [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net), under the leadership of [diegooris](https://diegohorantunes.web.app/)), the library is engineered to provide developers and security analysts with maximum robustness, ultra-high search speeds, and surgical historical accuracy in address derivation across **39 distinct blockchains and ecosystems**. All of this operates 100% autonomously, without native C/C++ compilation dependencies or external packages that could compromise build portability.
|
|
10
29
|
|
|
11
30
|
---
|
|
12
31
|
|
|
@@ -34,7 +53,7 @@ To recover funds accurately, it is not enough to just know the words; you must u
|
|
|
34
53
|
|
|
35
54
|
## ⚡ Why Was cryptoseed Created?
|
|
36
55
|
|
|
37
|
-
When I needed to recover wallets for clients and friends of the **b2 wallet** / [better2better](https://better2better.net) ecosystem, I realized that existing tools were either overly complex (requiring native C++ compilations that broke Node) or failed to understand the historical transition of blockchains. I created this library to offer the following solutions:
|
|
56
|
+
When I needed to recover wallets for clients and friends of the [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net) ecosystem, I realized that existing tools were either overly complex (requiring native C++ compilations that broke Node) or failed to understand the historical transition of blockchains. I created this library to offer the following solutions:
|
|
38
57
|
|
|
39
58
|
1. **Zero Native Dependencies (Pure JS):** Works headache-free on Windows, Linux, or macOS. Excellent for compiling portable executables using `pkg`.
|
|
40
59
|
2. **"Letter-Slicing" Technology (Prefix Fallback):** I wrote an algorithm that, if you type an incorrect word like `engino`, will slice the word character-by-character (`e-n-g-i-n-o` -> `e-n-g-i-n` -> `engine`) to automatically identify the most likely word in the official dictionary.
|
|
@@ -46,7 +65,7 @@ When I needed to recover wallets for clients and friends of the **b2 wallet** /
|
|
|
46
65
|
|
|
47
66
|
## 🛠️ Recovery Features and Search Engineering
|
|
48
67
|
|
|
49
|
-
Originally developed in **2023** as an exclusive proprietary tool for the **b2 wallet** ([better2better](https://better2better.net)) ecosystem, **cryptoseed** has been open-sourced to provide a recovery infrastructure that is scientifically superior to generic marketplace solutions. The search engine features the following capabilities and technological distinctions:
|
|
68
|
+
Originally developed in **2023** as an exclusive proprietary tool for the [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net)) ecosystem, **cryptoseed** has been open-sourced to provide a recovery infrastructure that is scientifically superior to generic marketplace solutions. The search engine features the following capabilities and technological distinctions:
|
|
50
69
|
|
|
51
70
|
### 🎯 Word-State Classification
|
|
52
71
|
Unlike basic recovery scripts, the interactive wizard allows you to configure the trust state of each individual word in the seed phrase using three semantic classifications:
|
|
@@ -93,7 +112,7 @@ npm install cryptoseed
|
|
|
93
112
|
|
|
94
113
|
## 🛡️ Programmatic API Usage (JavaScript)
|
|
95
114
|
|
|
96
|
-
The library provides clean and well-structured exports for immediate integration of **b2 wallet** security logic into your application:
|
|
115
|
+
The library provides clean and well-structured exports for immediate integration of [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) security logic into your application:
|
|
97
116
|
|
|
98
117
|
```javascript
|
|
99
118
|
const { wordlists, searchEngine, addressDeriver, typo } = require('cryptoseed');
|
|
@@ -158,21 +177,21 @@ Below is the complete, detailed list of all 39 networks and ecosystems natively
|
|
|
158
177
|
|
|
159
178
|
| Ecosystem / Network | Symbol | Default Derivation Path (HD Path) | Compatible Reference Wallets |
|
|
160
179
|
| :--- | :---: | :--- | :--- |
|
|
161
|
-
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | B2 Wallet, Electrum, Trust Wallet, Ledger, Trezor |
|
|
162
|
-
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
163
|
-
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
164
|
-
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
165
|
-
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
166
|
-
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
167
|
-
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
168
|
-
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
169
|
-
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
170
|
-
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
171
|
-
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet |
|
|
172
|
-
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
173
|
-
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | B2 Wallet, Phantom, Sollet, Solflare, Trust Wallet |
|
|
180
|
+
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum, Trust Wallet, Ledger, Trezor |
|
|
181
|
+
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
182
|
+
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
183
|
+
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
184
|
+
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
185
|
+
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
186
|
+
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
187
|
+
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
188
|
+
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
189
|
+
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
190
|
+
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet |
|
|
191
|
+
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
192
|
+
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Phantom, Sollet, Solflare, Trust Wallet |
|
|
174
193
|
| **Cardano** | ADA | `m/1852'/1815'/0'/0/i` (Shelley Native)<br>`m/44'/1815'/0'/0/i` (Byron Legacy) | Yoroi, Daedalus, Eternl, Lace |
|
|
175
|
-
| **TRON** | TRX | `m/44'/195'/0'/0/i` | B2 Wallet, TronLink, Trust Wallet, Ledger, Trezor |
|
|
194
|
+
| **TRON** | TRX | `m/44'/195'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), TronLink, Trust Wallet, Ledger, Trezor |
|
|
176
195
|
| **Waves** | WAVES | `m/44'/5741564'/0'/0/i` | Waves Keeper, Waves Client |
|
|
177
196
|
| **Stellar** | XLM | `m/44'/148'/0'/0/i` | Lobstr, Stellar Wallet, Ledger |
|
|
178
197
|
| **Ripple** | XRP | `m/44'/144'/0'/0/i` | Toast Wallet, Xumm, Ledger, Trezor |
|
|
@@ -190,11 +209,11 @@ Below is the complete, detailed list of all 39 networks and ecosystems natively
|
|
|
190
209
|
| **Near** | NEAR | `m/44'/397'/0'/0'/0'` | MyNearWallet, Sender Wallet |
|
|
191
210
|
| **Sui** | SUI | `m/44'/784'/0'/0'/0'` | Sui Wallet, Suiet, Trust Wallet |
|
|
192
211
|
| **Aptos** | APT | `m/44'/637'/0'/0'/0'` | Petra Wallet, Pontem, Martian |
|
|
193
|
-
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | B2 Wallet, Electrum LTC, Trust Wallet, Ledger |
|
|
194
|
-
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | B2 Wallet, Multidoge, Trust Wallet, Ledger, Trezor |
|
|
195
|
-
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | B2 Wallet, Electron Cash, Trust Wallet, Ledger |
|
|
196
|
-
| **Dash** | DASH | `m/44'/5'/0'/0/i` | B2 Wallet, Dash Core, Trust Wallet, Ledger |
|
|
197
|
-
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | B2 Wallet, Trust Wallet, Ledger |
|
|
212
|
+
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum LTC, Trust Wallet, Ledger |
|
|
213
|
+
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Multidoge, Trust Wallet, Ledger, Trezor |
|
|
214
|
+
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electron Cash, Trust Wallet, Ledger |
|
|
215
|
+
| **Dash** | DASH | `m/44'/5'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Dash Core, Trust Wallet, Ledger |
|
|
216
|
+
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Trust Wallet, Ledger |
|
|
198
217
|
| **Kaspa** | KAS | `m/44'/111111'/0'/0/i` | Kaspium, Kaspa Web Wallet |
|
|
199
218
|
| **Monero** | XMR | `m/44'/128'/0'/0/i` | Cake Wallet, Monerujo, GUI Wallet |
|
|
200
219
|
|
|
@@ -221,4 +240,4 @@ Satoshi Nakamoto's original client (Bitcoin-Qt) used random private keys stored
|
|
|
221
240
|
This library runs **100% offline and locally** on your machine. The code is open, clean, and makes no network requests to transmit your words or private keys. Security first.
|
|
222
241
|
|
|
223
242
|
* **License:** MIT (Created in 2023)
|
|
224
|
-
* **Credits:** **b2 wallet** / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/) project.
|
|
243
|
+
* **Credits:** [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/) project.
|
package/README.es.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# 🛡️ cryptoseed
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
<p align="left">
|
|
5
|
+
<a href="https://www.npmjs.com/package/cryptoseed">
|
|
6
|
+
<img src="https://img.shields.io/npm/v/cryptoseed.svg?style=flat-square" alt="npm version">
|
|
7
|
+
</a>
|
|
8
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/blob/main/LICENSE">
|
|
9
|
+
<img src="https://img.shields.io/github/license/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="license">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/stargazers">
|
|
12
|
+
<img src="https://img.shields.io/github/stars/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="stars">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/issues">
|
|
15
|
+
<img src="https://img.shields.io/github/issues/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="issues">
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://better2better.com.br/softwares/b2-wallet">
|
|
18
|
+
<img src="https://img.shields.io/badge/Built%20For-b2%20wallet-blueviolet?style=flat-square" alt="b2 wallet">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
3
22
|
🌍 **Select Language / Selecione o Idioma:**
|
|
4
23
|
[Português](./README.md) | [English](./README.en.md) | [Español](./README.es.md) | [Français](./README.fr.md) | [Italiano](./README.it.md) | [Türkçe](./README.tr.md) | [Русский](./README.ru.md) | [简体中文](./README.zh.md) | [日本語](./README.ja.md) | [한국어](./README.ko.md) | [עברית](./README.he.md)
|
|
5
24
|
|
|
6
25
|
|
|
7
26
|
**cryptoseed** es una biblioteca de clase empresarial, ligera y de alto rendimiento desarrollada en **JavaScript Puro** (Node.js) diseñada para el diagnóstico, validación y recuperación de frases mnemónicas mnemotécnicas (*seed phrases*) criptográficas que se han perdido, desordenado o escrito con errores ortográficos.
|
|
8
27
|
|
|
9
|
-
Desarrollada bajo el ecosistema de seguridad e infraestructura de **b2 wallet** ([better2better](https://better2better.net), bajo el liderazgo de [diegooris](https://diegohorantunes.web.app/)), la biblioteca fue diseñada para proporcionar a los desarrolladores y analistas de seguridad la máxima robustez, alta velocidad de búsqueda y precisión histórica quirúrgica en la derivación de direcciones en **39 blockchains y ecosistemas distintos**. Todo esto operando de forma 100% autónoma, sin dependencias de compilación nativa en C/C++ ni paquetes externos que puedan comprometer la portabilidad de la compilación.
|
|
28
|
+
Desarrollada bajo el ecosistema de seguridad e infraestructura de [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net), bajo el liderazgo de [diegooris](https://diegohorantunes.web.app/)), la biblioteca fue diseñada para proporcionar a los desarrolladores y analistas de seguridad la máxima robustez, alta velocidad de búsqueda y precisión histórica quirúrgica en la derivación de direcciones en **39 blockchains y ecosistemas distintos**. Todo esto operando de forma 100% autónoma, sin dependencias de compilación nativa en C/C++ ni paquetes externos que puedan comprometer la portabilidad de la compilación.
|
|
10
29
|
|
|
11
30
|
---
|
|
12
31
|
|
|
@@ -34,7 +53,7 @@ Para recuperar fondos con precisión, no basta con saber las palabras; debe comp
|
|
|
34
53
|
|
|
35
54
|
## ⚡ ¿Por Qué se Creó cryptoseed?
|
|
36
55
|
|
|
37
|
-
Cuando necesité recuperar carteras para clientes y amigos del ecosistema **b2 wallet** / [better2better](https://better2better.net), me di cuenta de que las herramientas existentes eran demasiado complejas (requiriendo compilaciones nativas de C++ que rompían Node) o no comprendían la transición histórica de las blockchains. Creé esta biblioteca para ofrecer las siguientes soluciones:
|
|
56
|
+
Cuando necesité recuperar carteras para clientes y amigos del ecosistema [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net), me di cuenta de que las herramientas existentes eran demasiado complejas (requiriendo compilaciones nativas de C++ que rompían Node) o no comprendían la transición histórica de las blockchains. Creé esta biblioteca para ofrecer las siguientes soluciones:
|
|
38
57
|
|
|
39
58
|
1. **Cero Dependencias Nativas (Pure JS):** Funciona sin dolores de cabeza en Windows, Linux o macOS. Excelente para compilar ejecutables portátiles utilizando `pkg`.
|
|
40
59
|
2. **Tecnología de "Recorte de Letras" (Prefix Fallback):** Escribí un algoritmo que, si escribe una palabra incorrecta como `engino`, recortará la palabra carácter por carácter (`e-n-g-i-n-o` -> `e-n-g-i-n` -> `engine`) identificando automáticamente la palabra más probable en el diccionario oficial.
|
|
@@ -46,7 +65,7 @@ Cuando necesité recuperar carteras para clientes y amigos del ecosistema **b2 w
|
|
|
46
65
|
|
|
47
66
|
## 🛠️ Recursos de Recuperación e Ingeniería de Búsqueda
|
|
48
67
|
|
|
49
|
-
Desarrollado originalmente en **2023** como una herramienta exclusiva del ecosistema **b2 wallet** ([better2better](https://better2better.net)), **cryptoseed** se ha abierto al público para ofrecer una infraestructura de recuperación científicamente superior a las soluciones genéricas del mercado. El motor de búsqueda cuenta con las siguientes capacidades y distinciones tecnológicas:
|
|
68
|
+
Desarrollado originalmente en **2023** como una herramienta exclusiva del ecosistema [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net)), **cryptoseed** se ha abierto al público para ofrecer una infraestructura de recuperación científicamente superior a las soluciones genéricas del mercado. El motor de búsqueda cuenta con las siguientes capacidades y distinciones tecnológicas:
|
|
50
69
|
|
|
51
70
|
### 🎯 Clasificación de Estados por Palabra
|
|
52
71
|
A diferencia de los scripts de recuperación básicos, el asistente interactivo le permite configurar el estado de confianza de cada una de las palabras de la semilla de forma individual utilizando tres clasificaciones semánticas:
|
|
@@ -93,7 +112,7 @@ npm install cryptoseed
|
|
|
93
112
|
|
|
94
113
|
## 🛡️ Cómo Usar en su Código (API de JavaScript)
|
|
95
114
|
|
|
96
|
-
La biblioteca proporciona exportaciones limpias y bien estructuradas para la integración inmediata de la lógica de seguridad de **b2 wallet** en su aplicación:
|
|
115
|
+
La biblioteca proporciona exportaciones limpias y bien estructuradas para la integración inmediata de la lógica de seguridad de [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) en su aplicación:
|
|
97
116
|
|
|
98
117
|
```javascript
|
|
99
118
|
const { wordlists, searchEngine, addressDeriver, typo } = require('cryptoseed');
|
|
@@ -158,21 +177,21 @@ A continuación se muestra la relación completa y detallada de las 39 redes y e
|
|
|
158
177
|
|
|
159
178
|
| Ecosistema / Red | Símbolo | Ruta de Derivación Predeterminada (HD Path) | Carteras de Referencia Compatibles |
|
|
160
179
|
| :--- | :---: | :--- | :--- |
|
|
161
|
-
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | B2 Wallet, Electrum, Trust Wallet, Ledger, Trezor |
|
|
162
|
-
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
163
|
-
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
164
|
-
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
165
|
-
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
166
|
-
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
167
|
-
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
168
|
-
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
169
|
-
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
170
|
-
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
171
|
-
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet |
|
|
172
|
-
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
173
|
-
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | B2 Wallet, Phantom, Sollet, Solflare, Trust Wallet |
|
|
180
|
+
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum, Trust Wallet, Ledger, Trezor |
|
|
181
|
+
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
182
|
+
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
183
|
+
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
184
|
+
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
185
|
+
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
186
|
+
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
187
|
+
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
188
|
+
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
189
|
+
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
190
|
+
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet |
|
|
191
|
+
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
192
|
+
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Phantom, Sollet, Solflare, Trust Wallet |
|
|
174
193
|
| **Cardano** | ADA | `m/1852'/1815'/0'/0/i` (Shelley Native)<br>`m/44'/1815'/0'/0/i` (Byron Legacy) | Yoroi, Daedalus, Eternl, Lace |
|
|
175
|
-
| **TRON** | TRX | `m/44'/195'/0'/0/i` | B2 Wallet, TronLink, Trust Wallet, Ledger, Trezor |
|
|
194
|
+
| **TRON** | TRX | `m/44'/195'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), TronLink, Trust Wallet, Ledger, Trezor |
|
|
176
195
|
| **Waves** | WAVES | `m/44'/5741564'/0'/0/i` | Waves Keeper, Waves Client |
|
|
177
196
|
| **Stellar** | XLM | `m/44'/148'/0'/0/i` | Lobstr, Stellar Wallet, Ledger |
|
|
178
197
|
| **Ripple** | XRP | `m/44'/144'/0'/0/i` | Toast Wallet, Xumm, Ledger, Trezor |
|
|
@@ -190,11 +209,11 @@ A continuación se muestra la relación completa y detallada de las 39 redes y e
|
|
|
190
209
|
| **Near** | NEAR | `m/44'/397'/0'/0'/0'` | MyNearWallet, Sender Wallet |
|
|
191
210
|
| **Sui** | SUI | `m/44'/784'/0'/0'/0'` | Sui Wallet, Suiet, Trust Wallet |
|
|
192
211
|
| **Aptos** | APT | `m/44'/637'/0'/0'/0'` | Petra Wallet, Pontem, Martian |
|
|
193
|
-
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | B2 Wallet, Electrum LTC, Trust Wallet, Ledger |
|
|
194
|
-
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | B2 Wallet, Multidoge, Trust Wallet, Ledger, Trezor |
|
|
195
|
-
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | B2 Wallet, Electron Cash, Trust Wallet, Ledger |
|
|
196
|
-
| **Dash** | DASH | `m/44'/5'/0'/0/i` | B2 Wallet, Dash Core, Trust Wallet, Ledger |
|
|
197
|
-
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | B2 Wallet, Trust Wallet, Ledger |
|
|
212
|
+
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum LTC, Trust Wallet, Ledger |
|
|
213
|
+
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Multidoge, Trust Wallet, Ledger, Trezor |
|
|
214
|
+
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electron Cash, Trust Wallet, Ledger |
|
|
215
|
+
| **Dash** | DASH | `m/44'/5'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Dash Core, Trust Wallet, Ledger |
|
|
216
|
+
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Trust Wallet, Ledger |
|
|
198
217
|
| **Kaspa** | KAS | `m/44'/111111'/0'/0/i` | Kaspium, Kaspa Web Wallet |
|
|
199
218
|
| **Monero** | XMR | `m/44'/128'/0'/0/i` | Cake Wallet, Monerujo, GUI Wallet |
|
|
200
219
|
|
|
@@ -221,4 +240,4 @@ El cliente original de Satoshi Nakamoto (Bitcoin-Qt) utilizaba claves privadas a
|
|
|
221
240
|
Esta biblioteca se ejecuta **100% fuera de línea y localmente** en su máquina. El código es abierto, limpio y no realiza ninguna petición de red para transmitir sus palabras o claves privadas. La seguridad es lo primero.
|
|
222
241
|
|
|
223
242
|
* **Licencia:** MIT (Creado en 2023)
|
|
224
|
-
* **Créditos:** Proyecto **b2 wallet** / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|
|
243
|
+
* **Créditos:** Proyecto [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|
package/README.fr.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# 🛡️ cryptoseed
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
<p align="left">
|
|
5
|
+
<a href="https://www.npmjs.com/package/cryptoseed">
|
|
6
|
+
<img src="https://img.shields.io/npm/v/cryptoseed.svg?style=flat-square" alt="npm version">
|
|
7
|
+
</a>
|
|
8
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/blob/main/LICENSE">
|
|
9
|
+
<img src="https://img.shields.io/github/license/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="license">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/stargazers">
|
|
12
|
+
<img src="https://img.shields.io/github/stars/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="stars">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/issues">
|
|
15
|
+
<img src="https://img.shields.io/github/issues/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="issues">
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://better2better.com.br/softwares/b2-wallet">
|
|
18
|
+
<img src="https://img.shields.io/badge/Built%20For-b2%20wallet-blueviolet?style=flat-square" alt="b2 wallet">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
3
22
|
🌍 **Select Language / Selecione o Idioma:**
|
|
4
23
|
[Português](./README.md) | [English](./README.en.md) | [Español](./README.es.md) | [Français](./README.fr.md) | [Italiano](./README.it.md) | [Türkçe](./README.tr.md) | [Русский](./README.ru.md) | [简体中文](./README.zh.md) | [日本語](./README.ja.md) | [한국어](./README.ko.md) | [עברית](./README.he.md)
|
|
5
24
|
|
|
6
25
|
|
|
7
26
|
**cryptoseed** est une bibliothèque de classe entreprise, légère et de haute performance développée en **JavaScript Pur** (Node.js) conçue pour le diagnostic, la validation et la récupération de phrases mnémoniques (*seed phrases*) cryptographiques perdues, désordonnées ou saisies avec des fautes d'orthographe.
|
|
8
27
|
|
|
9
|
-
Développée dans l'écosystème de sécurité et d'infrastructure de **b2 wallet** ([better2better](https://better2better.net), sous la direction de [diegooris](https://diegohorantunes.web.app/)), la bibliothèque a été conçue pour fournir aux développeurs et analystes de sécurité une robustesse maximale, une vitesse de recherche ultra-rapide et une précision historique chirurgicale pour la dérivation d'adresses sur **39 blockchains et écosystèmes différents**. Tout cela fonctionne de manière 100% autonome, sans dépendances de compilation C/C++ native ni paquets externes qui pourraient compromettre la portabilité de la version compilée.
|
|
28
|
+
Développée dans l'écosystème de sécurité et d'infrastructure de [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net), sous la direction de [diegooris](https://diegohorantunes.web.app/)), la bibliothèque a été conçue pour fournir aux développeurs et analystes de sécurité une robustesse maximale, une vitesse de recherche ultra-rapide et une précision historique chirurgicale pour la dérivation d'adresses sur **39 blockchains et écosystèmes différents**. Tout cela fonctionne de manière 100% autonome, sans dépendances de compilation C/C++ native ni paquets externes qui pourraient compromettre la portabilité de la version compilée.
|
|
10
29
|
|
|
11
30
|
---
|
|
12
31
|
|
|
@@ -34,7 +53,7 @@ Pour récupérer des fonds avec précision, il ne suffit pas de connaître les m
|
|
|
34
53
|
|
|
35
54
|
## ⚡ Pourquoi cryptoseed a-t-il été créé ?
|
|
36
55
|
|
|
37
|
-
Lorsque j'ai dû récupérer des portefeuilles pour des clients et des amis de l'écosystème **b2 wallet** / [better2better](https://better2better.net), j'ai réalisé que les outils existants étaient soit trop complexes (nécessitant des compilations C++ natives qui cassaient Node) soit ne comprenaient pas la transition historique des blockchains. J'ai créé cette bibliothèque pour proposer les solutions suivantes :
|
|
56
|
+
Lorsque j'ai dû récupérer des portefeuilles pour des clients et des amis de l'écosystème [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net), j'ai réalisé que les outils existants étaient soit trop complexes (nécessitant des compilations C++ natives qui cassaient Node) soit ne comprenaient pas la transition historique des blockchains. J'ai créé cette bibliothèque pour proposer les solutions suivantes :
|
|
38
57
|
|
|
39
58
|
1. **Zéro Dépendance Native (Pure JS):** Fonctionne sans problème sous Windows, Linux ou macOS. Idéal pour compiler des exécutables portables avec `pkg`.
|
|
40
59
|
2. **Technologie de "Découpage de Lettres" (Prefix Fallback):** J'ai écrit un algorithme qui, si vous saisissez un mot incorrect comme `engino`, découpera le mot caractère par caractère (`e-n-g-i-n-o` -> `e-n-g-i-n` -> `engine`) pour identifier automatiquement le mot le plus probable dans le dictionnaire officiel.
|
|
@@ -46,7 +65,7 @@ Lorsque j'ai dû récupérer des portefeuilles pour des clients et des amis de l
|
|
|
46
65
|
|
|
47
66
|
## 🛠️ Fonctionnalités de Récupération et Ingénierie de Recherche
|
|
48
67
|
|
|
49
|
-
Développé à l'origine en **2023** comme outil propriétaire exclusif pour l'écosystème de la **b2 wallet** ([better2better](https://better2better.net)), **cryptoseed** a été ouvert au public pour offrir une infrastructure de récupération scientifiquement supérieure aux solutions ordinaires du marché. Le moteur de recherche présente les capacités et distinctions technologiques suivantes :
|
|
68
|
+
Développé à l'origine en **2023** comme outil propriétaire exclusif pour l'écosystème de la [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net)), **cryptoseed** a été ouvert au public pour offrir une infrastructure de récupération scientifiquement supérieure aux solutions ordinaires du marché. Le moteur de recherche présente les capacités et distinctions technologiques suivantes :
|
|
50
69
|
|
|
51
70
|
### 🎯 Classification des États par Mot
|
|
52
71
|
Contrairement aux scripts de récupération basiques, l'assistant interactif vous permet de configurer l'état de confiance de chaque mot individuel de la graine mnémonique en utilisant trois classifications :
|
|
@@ -93,7 +112,7 @@ npm install cryptoseed
|
|
|
93
112
|
|
|
94
113
|
## 🛡️ Utilisation de l'API (JavaScript)
|
|
95
114
|
|
|
96
|
-
La bibliothèque met à disposition des exports propres et bien structurés pour une intégration immédiate des logiques de sécurité de **b2 wallet** dans votre application :
|
|
115
|
+
La bibliothèque met à disposition des exports propres et bien structurés pour une intégration immédiate des logiques de sécurité de [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) dans votre application :
|
|
97
116
|
|
|
98
117
|
```javascript
|
|
99
118
|
const { wordlists, searchEngine, addressDeriver, typo } = require('cryptoseed');
|
|
@@ -158,21 +177,21 @@ Voici la liste complète et détaillée des 39 réseaux et écosystèmes pris en
|
|
|
158
177
|
|
|
159
178
|
| Écosystème / Réseau | Symbole | Chemin de Dérivation par Défaut (HD Path) | Portefeuilles de Référence Compatibles |
|
|
160
179
|
| :--- | :---: | :--- | :--- |
|
|
161
|
-
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | B2 Wallet, Electrum, Trust Wallet, Ledger, Trezor |
|
|
162
|
-
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
163
|
-
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
164
|
-
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
165
|
-
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
166
|
-
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
167
|
-
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
168
|
-
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
169
|
-
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
170
|
-
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
171
|
-
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet |
|
|
172
|
-
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
173
|
-
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | B2 Wallet, Phantom, Sollet, Solflare, Trust Wallet |
|
|
180
|
+
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum, Trust Wallet, Ledger, Trezor |
|
|
181
|
+
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
182
|
+
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
183
|
+
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
184
|
+
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
185
|
+
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
186
|
+
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
187
|
+
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
188
|
+
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
189
|
+
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
190
|
+
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet |
|
|
191
|
+
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
192
|
+
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Phantom, Sollet, Solflare, Trust Wallet |
|
|
174
193
|
| **Cardano** | ADA | `m/1852'/1815'/0'/0/i` (Shelley Native)<br>`m/44'/1815'/0'/0/i` (Byron Legacy) | Yoroi, Daedalus, Eternl, Lace |
|
|
175
|
-
| **TRON** | TRX | `m/44'/195'/0'/0/i` | B2 Wallet, TronLink, Trust Wallet, Ledger, Trezor |
|
|
194
|
+
| **TRON** | TRX | `m/44'/195'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), TronLink, Trust Wallet, Ledger, Trezor |
|
|
176
195
|
| **Waves** | WAVES | `m/44'/5741564'/0'/0/i` | Waves Keeper, Waves Client |
|
|
177
196
|
| **Stellar** | XLM | `m/44'/148'/0'/0/i` | Lobstr, Stellar Wallet, Ledger |
|
|
178
197
|
| **Ripple** | XRP | `m/44'/144'/0'/0/i` | Toast Wallet, Xumm, Ledger, Trezor |
|
|
@@ -190,11 +209,11 @@ Voici la liste complète et détaillée des 39 réseaux et écosystèmes pris en
|
|
|
190
209
|
| **Near** | NEAR | `m/44'/397'/0'/0'/0'` | MyNearWallet, Sender Wallet |
|
|
191
210
|
| **Sui** | SUI | `m/44'/784'/0'/0'/0'` | Sui Wallet, Suiet, Trust Wallet |
|
|
192
211
|
| **Aptos** | APT | `m/44'/637'/0'/0'/0'` | Petra Wallet, Pontem, Martian |
|
|
193
|
-
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | B2 Wallet, Electrum LTC, Trust Wallet, Ledger |
|
|
194
|
-
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | B2 Wallet, Multidoge, Trust Wallet, Ledger, Trezor |
|
|
195
|
-
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | B2 Wallet, Electron Cash, Trust Wallet, Ledger |
|
|
196
|
-
| **Dash** | DASH | `m/44'/5'/0'/0/i` | B2 Wallet, Dash Core, Trust Wallet, Ledger |
|
|
197
|
-
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | B2 Wallet, Trust Wallet, Ledger |
|
|
212
|
+
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum LTC, Trust Wallet, Ledger |
|
|
213
|
+
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Multidoge, Trust Wallet, Ledger, Trezor |
|
|
214
|
+
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electron Cash, Trust Wallet, Ledger |
|
|
215
|
+
| **Dash** | DASH | `m/44'/5'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Dash Core, Trust Wallet, Ledger |
|
|
216
|
+
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Trust Wallet, Ledger |
|
|
198
217
|
| **Kaspa** | KAS | `m/44'/111111'/0'/0/i` | Kaspium, Kaspa Web Wallet |
|
|
199
218
|
| **Monero** | XMR | `m/44'/128'/0'/0/i` | Cake Wallet, Monerujo, GUI Wallet |
|
|
200
219
|
|
|
@@ -221,4 +240,4 @@ Le client d'origine de Satoshi Nakamoto (Bitcoin-Qt) générait des clés privé
|
|
|
221
240
|
Cette bibliothèque s'exécute de manière **100% locale et hors ligne** sur votre machine. Le code est ouvert, propre et n'effectue aucune requête réseau pour transmettre vos mots ou clés privées. La sécurité avant tout.
|
|
222
241
|
|
|
223
242
|
* **Licence :** MIT (Créé en 2023)
|
|
224
|
-
* **Crédits :** Projet **b2 wallet** / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|
|
243
|
+
* **Crédits :** Projet [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|
package/README.he.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# 🛡️ cryptoseed
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
<p align="left">
|
|
5
|
+
<a href="https://www.npmjs.com/package/cryptoseed">
|
|
6
|
+
<img src="https://img.shields.io/npm/v/cryptoseed.svg?style=flat-square" alt="npm version">
|
|
7
|
+
</a>
|
|
8
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/blob/main/LICENSE">
|
|
9
|
+
<img src="https://img.shields.io/github/license/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="license">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/stargazers">
|
|
12
|
+
<img src="https://img.shields.io/github/stars/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="stars">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://github.com/D-H-O-R-A/CryptoSeedRecovery/issues">
|
|
15
|
+
<img src="https://img.shields.io/github/issues/D-H-O-R-A/CryptoSeedRecovery.svg?style=flat-square" alt="issues">
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://better2better.com.br/softwares/b2-wallet">
|
|
18
|
+
<img src="https://img.shields.io/badge/Built%20For-b2%20wallet-blueviolet?style=flat-square" alt="b2 wallet">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
3
22
|
🌍 **Select Language / Selecione o Idioma:**
|
|
4
23
|
[Português](./README.md) | [English](./README.en.md) | [Español](./README.es.md) | [Français](./README.fr.md) | [Italiano](./README.it.md) | [Türkçe](./README.tr.md) | [Русский](./README.ru.md) | [简体中文](./README.zh.md) | [日本語](./README.ja.md) | [한국어](./README.ko.md) | [עברית](./README.he.md)
|
|
5
24
|
|
|
6
25
|
|
|
7
26
|
**cryptoseed** היא ספרייה ברמת ארגונית, קלת משקל ובעלת ביצועים גבוהים, שפותחה ב-**JavaScript טהור** (Node.js) ומיועדת לאבחון, אימות ושחזור של ביטויי מפתח מנמוניים קריפטוגרפיים (*seed phrases*) שאבדו, התבלבלו או הוקלדו עם שגיאות כתיב.
|
|
8
27
|
|
|
9
|
-
הספרייה פותחה תחת מערכת האבטחה והתשתית של **b2 wallet** ([better2better](https://better2better.net), בהובלת [diegooris](https://diegohorantunes.web.app/)), והיא תוכננה לספק למפתחים ולאנליסטים של אבטחה חוסן מרבי, מהירות חיפוש גבוהה במיוחד ודיוק היסטורי כירורגי בגזירת כתובות ב-**39 רשתות בלוקצ'יין ואקו-سیסטמים שונים**. כל זאת תוך עבודה אוטונומית של 100%, ללא תלות בקומפילציה מקומית של C/C++ או בחבילות חיצוניות שעלולות לפגוע בניידות של ה-build.
|
|
28
|
+
הספרייה פותחה תחת מערכת האבטחה והתשתית של [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net), בהובלת [diegooris](https://diegohorantunes.web.app/)), והיא תוכננה לספק למפתחים ולאנליסטים של אבטחה חוסן מרבי, מהירות חיפוש גבוהה במיוחד ודיוק היסטורי כירורגי בגזירת כתובות ב-**39 רשתות בלוקצ'יין ואקו-سیסטמים שונים**. כל זאת תוך עבודה אוטונומית של 100%, ללא תלות בקומפילציה מקומית של C/C++ או בחבילות חיצוניות שעלולות לפגוע בניידות של ה-build.
|
|
10
29
|
|
|
11
30
|
---
|
|
12
31
|
|
|
@@ -34,7 +53,7 @@
|
|
|
34
53
|
|
|
35
54
|
## ⚡ מדוע נוצר cryptoseed?
|
|
36
55
|
|
|
37
|
-
כאשר הייתי צריך לשחזר ארנקים עבור לקוחות וחברים של אקו-סיסטם **b2 wallet** / [better2better](https://better2better.net), הבנתי שהכלים הקיימים היו מורכבים מדי (הדרשו קומפילציות מקומיות של C++ ששברו את Node) או שלא הבינו את המעבר ההיסטורי של רשתות הבלוקצ'יין. יצרתי את הספרייה הזו כדי להציע את הפתרונות הבאים:
|
|
56
|
+
כאשר הייתי צריך לשחזר ארנקים עבור לקוחות וחברים של אקו-סיסטם [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net), הבנתי שהכלים הקיימים היו מורכבים מדי (הדרשו קומפילציות מקומיות של C++ ששברו את Node) או שלא הבינו את המעבר ההיסטורי של רשתות הבלוקצ'יין. יצרתי את הספרייה הזו כדי להציע את הפתרונות הבאים:
|
|
38
57
|
|
|
39
58
|
1. **אפס תלות מקומית (Pure JS):** עובד ללא כאבי ראש ב-Windows, Linux או macOS. מצוין להידור קבצי הרצה ניידים באמצעות `pkg`.
|
|
40
59
|
2. **טכנולוגיית "חיתוך אותיות" (Prefix Fallback):** כתבתי אלגוריתם שאם תקליד מילה שגויה כמו `engino`, הוא יחתוך את המילה תו אחר תו (`e-n-g-i-n-o` -> `e-n-g-i-n` -> `engine`) כדי לזהות אוטומטית את המילה הסבירה ביותר במילון הרשמי.
|
|
@@ -46,7 +65,7 @@
|
|
|
46
65
|
|
|
47
66
|
## 🛠️ תכונות שחזור והנדסת חיפוש
|
|
48
67
|
|
|
49
|
-
פותח במקור בשנת **2023** ככלי בלעדי עבור האקו-סיסטם **b2 wallet** ([better2better](https://better2better.net)), **cryptoseed** הפך לקוד פתוח כדי לספק תשתית שחזור עדיפה מבחינה מדעית על פתרונות השוק הנפוצים. למנוע החיפוש יש את היכולות והיתרונות הבאים:
|
|
68
|
+
פותח במקור בשנת **2023** ככלי בלעדי עבור האקו-סיסטם [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) ([better2better](https://better2better.net)), **cryptoseed** הפך לקוד פתוח כדי לספק תשתית שחזור עדיפה מבחינה מדעית על פתרונות השוק הנפוצים. למנוע החיפוש יש את היכולות והיתרונות הבאים:
|
|
50
69
|
|
|
51
70
|
### 🎯 סימון מצבים לפי מילה
|
|
52
71
|
בניגוד לסקריפטי שחזור פשוטים, האשף האינטראקטיבי מאפשר לך להגדיר את רמת האמון של כל מילה בסיד בנפרד באמצעות שלושה סיווגים סמנטיים:
|
|
@@ -93,7 +112,7 @@ npm install cryptoseed
|
|
|
93
112
|
|
|
94
113
|
## 🛡️ כיצד להשתמש בקוד שלך (JavaScript API)
|
|
95
114
|
|
|
96
|
-
הספרייה מספקת ייצוא נקי ומובנה היטב לשילוב מיידי של לוגיקת האבטחה של **b2 wallet** באפליקציה שלך:
|
|
115
|
+
הספרייה מספקת ייצוא נקי ומובנה היטב לשילוב מיידי של לוגיקת האבטחה של [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) באפליקציה שלך:
|
|
97
116
|
|
|
98
117
|
```javascript
|
|
99
118
|
const { wordlists, searchEngine, addressDeriver, typo } = require('cryptoseed');
|
|
@@ -158,21 +177,21 @@ cryptoseed
|
|
|
158
177
|
|
|
159
178
|
| אקו-סיסטם / רשת | סמל | נתיב גזירת ברירת מחדל (HD Path) | ארנקי ייחוס תואמים |
|
|
160
179
|
| :--- | :---: | :--- | :--- |
|
|
161
|
-
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | B2 Wallet, Electrum, Trust Wallet, Ledger, Trezor |
|
|
162
|
-
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
163
|
-
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
164
|
-
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
165
|
-
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
166
|
-
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
167
|
-
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
168
|
-
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
169
|
-
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
170
|
-
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
171
|
-
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Trust Wallet |
|
|
172
|
-
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | B2 Wallet, MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
173
|
-
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | B2 Wallet, Phantom, Sollet, Solflare, Trust Wallet |
|
|
180
|
+
| **Bitcoin** | BTC | `m/84'/0'/0'/0/i` (Native SegWit)<br>`m/49'/0'/0'/0/i` (Nested SegWit)<br>`m/44'/0'/0'/0/i` (Legacy)<br>`m/86'/0'/0'/0/i` (Taproot) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum, Trust Wallet, Ledger, Trezor |
|
|
181
|
+
| **Ethereum** | ETH | `m/44'/60'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
182
|
+
| **BNB Chain** | BNB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
183
|
+
| **Polygon** | MATIC | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
184
|
+
| **Arbitrum** | ARB | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
185
|
+
| **Optimism** | OP | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
186
|
+
| **Avalanche** | AVAX | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Core, MetaMask, Trust Wallet, Ledger, Trezor |
|
|
187
|
+
| **Base** | BASE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
188
|
+
| **Fantom** | FTM | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
189
|
+
| **Cronos** | CRO | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet, Ledger, Trezor |
|
|
190
|
+
| **Harmony** | ONE | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Trust Wallet |
|
|
191
|
+
| **Gnosis Chain** | GNOSIS | `m/44'/60'/0'/0/i` (EVM) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), MetaMask, Rabby, Trust Wallet, Ledger, Trezor |
|
|
192
|
+
| **Solana** | SOL | `m/44'/501'/0'/0'` (Phantom Standard)<br>`m/44'/501'/0'/0/i` (Sollet/Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Phantom, Sollet, Solflare, Trust Wallet |
|
|
174
193
|
| **Cardano** | ADA | `m/1852'/1815'/0'/0/i` (Shelley Native)<br>`m/44'/1815'/0'/0/i` (Byron Legacy) | Yoroi, Daedalus, Eternl, Lace |
|
|
175
|
-
| **TRON** | TRX | `m/44'/195'/0'/0/i` | B2 Wallet, TronLink, Trust Wallet, Ledger, Trezor |
|
|
194
|
+
| **TRON** | TRX | `m/44'/195'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), TronLink, Trust Wallet, Ledger, Trezor |
|
|
176
195
|
| **Waves** | WAVES | `m/44'/5741564'/0'/0/i` | Waves Keeper, Waves Client |
|
|
177
196
|
| **Stellar** | XLM | `m/44'/148'/0'/0/i` | Lobstr, Stellar Wallet, Ledger |
|
|
178
197
|
| **Ripple** | XRP | `m/44'/144'/0'/0/i` | Toast Wallet, Xumm, Ledger, Trezor |
|
|
@@ -190,11 +209,11 @@ cryptoseed
|
|
|
190
209
|
| **Near** | NEAR | `m/44'/397'/0'/0'/0'` | MyNearWallet, Sender Wallet |
|
|
191
210
|
| **Sui** | SUI | `m/44'/784'/0'/0'/0'` | Sui Wallet, Suiet, Trust Wallet |
|
|
192
211
|
| **Aptos** | APT | `m/44'/637'/0'/0'/0'` | Petra Wallet, Pontem, Martian |
|
|
193
|
-
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | B2 Wallet, Electrum LTC, Trust Wallet, Ledger |
|
|
194
|
-
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | B2 Wallet, Multidoge, Trust Wallet, Ledger, Trezor |
|
|
195
|
-
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | B2 Wallet, Electron Cash, Trust Wallet, Ledger |
|
|
196
|
-
| **Dash** | DASH | `m/44'/5'/0'/0/i` | B2 Wallet, Dash Core, Trust Wallet, Ledger |
|
|
197
|
-
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | B2 Wallet, Trust Wallet, Ledger |
|
|
212
|
+
| **Litecoin** | LTC | `m/84'/2'/0'/0/i` (Native SegWit)<br>`m/44'/2'/0'/0/i` (Legacy) | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electrum LTC, Trust Wallet, Ledger |
|
|
213
|
+
| **Dogecoin** | DOGE | `m/44'/3'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Multidoge, Trust Wallet, Ledger, Trezor |
|
|
214
|
+
| **Bitcoin Cash** | BCH | `m/44'/145'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Electron Cash, Trust Wallet, Ledger |
|
|
215
|
+
| **Dash** | DASH | `m/44'/5'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Dash Core, Trust Wallet, Ledger |
|
|
216
|
+
| **Zcash** | ZEC | `m/44'/133'/0'/0/i` | [B2 Wallet](https://better2better.com.br/softwares/b2-wallet), Trust Wallet, Ledger |
|
|
198
217
|
| **Kaspa** | KAS | `m/44'/111111'/0'/0/i` | Kaspium, Kaspa Web Wallet |
|
|
199
218
|
| **Monero** | XMR | `m/44'/128'/0'/0/i` | Cake Wallet, Monerujo, GUI Wallet |
|
|
200
219
|
|
|
@@ -221,4 +240,4 @@ cryptoseed
|
|
|
221
240
|
ספרייה זו פועלת **100% במצב לא מקוון ומקומי** במחשב שלך. הקוד פתוח, נקי ואינו מבצע שום בקשת רשת כדי להעביר את המילים או המפתחות הפרטיים שלך. בטיחות קודמת לכל.
|
|
222
241
|
|
|
223
242
|
* **רישיון:** MIT (נוצר בשנת 2023)
|
|
224
|
-
* **קרדיטים:** פרויקט **b2 wallet** / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|
|
243
|
+
* **קרדיטים:** פרויקט [**b2 wallet**](https://better2better.com.br/softwares/b2-wallet) / [better2better](https://better2better.net) / [diegooris](https://diegohorantunes.web.app/).
|