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
This package can make HTTP requests using `axios`, which is not bundled by default. If you plan to use the API network provider or Proxy network provider, make sure to install `axios`:
40
+
41
+
```bash
42
+
npm install axios
43
+
```
44
+
45
+
### @multiversx/sdk-bls-wasm
46
+
47
+
This package requires `@multiversx/sdk-bls-wasm` for BLS (Boneh-Lynn-Shacham) cryptographic functions, which is not bundled by default. If you plan to use BLS functionality, make sure to install this optional dependency:
48
+
49
+
```bash
50
+
npm install @multiversx/sdk-bls-wasm
51
+
```
52
+
35
53
### Building the library
36
54
37
55
In order to compile the library, run the following:
0 commit comments