ProviderKeeperMobile
Last updated
Was this helpful?
Last updated
Was this helpful?
ProviderKeeperMobile implements a Signature Provider for Signer protocol library.
Install using npm:
or yarn
If your dapp uses a CSP enabled server setup, you need to append Wallet Connect endpoints for the following directives:
For more information and common use cases for CSP, see the MDN CSP documentation.
Provider with app metadata
You can specify application metadata used to display in Keeper Wallet.
🛈 The recommended icon size is at least 180×180 px.
For Testnet:
For Mainnet:
Now your application is ready to work with Waves Platform. Let's test it by implementing basic functionality.
For example, we could try to authenticate user and transfer funds:
Or invoke some dApp:
For more examples see Signer documentation.