@walletpal/client
v0.1.4
Published
WallePal client SDK, providing user authorisation, WalletPal connect button setup.
Downloads
14
Readme
Connect Button
Button that will be shared with client for integrating and be able to connect with walletpal.
Steps for integrating with WalletPal Connect
- Create a client id (will be provided from WalletPal)
- (Optional) Customise the button from the business page
- Add in you page the following code
<div id="wpal-connect" data-client-id="client-XYZ"></div>
where you want the button appear. Note:client-XYZ
will need to be replaced with your own client id.- Inside the
<head>
html tag add the script<script src="www.walletpal.xyz/client-sdk.js"></script>