Signing provider for dApps: Web Wallet Iframe 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.
sdk-web-wallet-iframe-provider
is delivered via npm, therefore it can be installed as follows:
npm install @multiversx/sdk-web-wallet-iframe-provider
In order to compile the library, run the following:
npm install
npm run compile