🔗Connect with Blade
Connect wallet integration through deep-link
Last updated
Connect wallet integration through deep-link
Last updated
This is a high-level sequence diagram of integration
To use the flow, deep-link should contain dApp_code url parameter. dApp_secret
& dApp_nonce
can be provided to ensure the authenticity of an interaction.
Name | Description |
---|---|
dApp_code | dApp id, used to identify dApps |
dApp_nonce | (optional) Nonce token, generated by dApp |
dApp_secret | (optional) Token that will be given by Blade team before integration |
After all the processing is done on Blade Wallet (account creation etc), Blade will do a redirect to the dApp.
Base redirect deep-link url should be sent to Blade team, during integration onboarding
Name | Description |
---|---|
signedNonce | (optional) dApp_nonce signed by users's private key. Note: will be sent back only if dApp_nonce was sent during the flow initiation. |
accountId | Hedera account id of a user |
dApp can validate signedNonce by using public key of an account. Public key could be retrieved from Hedera's mirror-nodes.