You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ This package requires `@multiversx/sdk-bls-wasm` for BLS (Boneh-Lynn-Shacham) cr
50
50
npm install @multiversx/sdk-bls-wasm
51
51
```
52
52
53
+
### bip39
54
+
55
+
This package provides mnemonic and seed generation functionality using `bip39`, but it is not bundled by default. If you plan to use mnemonic-related features, make sure to install this optional dependency:
56
+
57
+
```bash
58
+
npm install bip39
59
+
```
60
+
53
61
### Building the library
54
62
55
63
In order to compile the library, run the following:
0 commit comments