@terradharitri/sdk-web-wallet-cross-window-provider
v0.0.9
Published
Signing provider for dApps: Cross Window
Readme
drt-js-sdk-web-wallet-cross-window-provider
Signing provider for dApps: Web Wallet Cross Window Provider.
This package is part of the Dharitri SDK, which is a set of tools and libraries that allow developers to build decentralized applications (dApps) on the Dharitri blockchain. By using this package, developers can integrate the Dharitri Web Wallet into their dApps, allowing users to sign transactions and messages with their Dharitri 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.dharitri.org, 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 @terradharitri/sdk-web-wallet-cross-window-providerBuilding the library
In order to compile the library, run the following:
npm install
npm run compile