Skip to main content
Version: 0.6

Wallet Information

For Single-Page Applications (React, Angular, Vue, Svelte, etc).

import LuciaSDK from 'lucia-sdk';

LuciaSDK.sendWalletInfo('WALLET-ADDRESS', 'CHAIN-ID')

Example

import LuciaSDK from 'lucia-sdk';

LuciaSDK.sendWalletInfo('0x21342HHJJHJHJhjh87812', 59141)

For Multi-Page Application


<script src="https://cdn.luciaprotocol.com/lucia-sdk-latest.min.js"></script>
<script>
LuciaSDK.init({

// API Key from https://ads.clickinsights.xyz
api_key: 'bb10bb08-a7298818-3265d018-e9a648ae-95371b44-d25e6c77-38069b79-1e4bd263',

});

LuciaSDK.sendWalletInfo('WALLET-ADDRESS', 'CHAIN-ID')

</script>

Example


<script src="https://cdn.luciaprotocol.com/lucia-sdk-latest.min.js"></script>
<script>
LuciaSDK.init({

// API Key from https://ads.clickinsights.xyz
api_key: 'bb10bb08-a7298818-3265d018-e9a648ae-95371b44-d25e6c77-38069b79-1e4bd263',

});

LuciaSDK.sendWalletInfo('0x21342HHJJHJHJhjh87812', 59141)

</script>