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

https://github.com/multiversx/mx-sdk-js-wallet

Core wallet components (generation, signing) for TypeScript (JavaScript).
https://github.com/multiversx/mx-sdk-js-wallet

Last synced: 3 months ago
JSON representation

Core wallet components (generation, signing) for TypeScript (JavaScript).

Awesome Lists containing this project

README

        

# This package was integrated into [sdk-core](https://www.npmjs.com/package/@multiversx/sdk-core) and will soon be deprecated
To utilize the functionality from the unified @multiversx/sdk-core library, please update the existing import statements within your project.

For example:
```
import { UserSigner } from "@multiversx/sdk-wallet";
```
should be changed to:
```
import { UserSigner } from "@multiversx/sdk-core";

```