@multiversx/sdk-web-wallet-cross-window-provider
v2.0.1
Published
Signing provider for dApps: Cross Window
Downloads
2,674
Maintainers
Keywords
Readme
mx-sdk-js-web-wallet-cross-window-provider
Signing provider for dApps: Web Wallet Cross Window Provider.
This package is part of the MultiversX SDK, which is a set of tools and libraries that allow developers to build decentralized applications (dApps) on the MultiversX blockchain. By using this package, developers can integrate the MultiversX Web Wallet into their dApps, allowing users to sign transactions and messages with their MultiversX account. The connection between the dApp and the Web Wallet is established through a cross-window communication channel, which is managed by the Web Wallet Cross Window Provider.
Documentation is available on docs.multiversx.com, while an integration example can be found here.
Note that we recommend using sdk-dapp instead of integrating the signing provider on your own.
Distribution
Installation
sdk-web-wallet-cross-window-provider
is delivered via npm, therefore it can be installed as follows:
npm install @multiversx/sdk-web-wallet-cross-window-provider
Building the library
In order to compile the library, run the following:
npm install
npm run compile