Blade Airdrop integration
Last updated
Last updated
Find the file "index[hash].js" in "Docs" folder, download it.
Fit into your project by init script or add "script" tag to your markup with the path to your file. Example 👇.
Create a tag in your markup that contains attributes with parameters. Example 👇
In case of dynamic page renderer (e.g. React router) you need to call the function init() after the page is rendered. Example 👇
id
"bladeNFTAirdrop" (required)
data-use-testnet
number (1-true/0-false) (required)
data-dapp-code
string (required)
data-dapp-nonce
string (optional)
data-dapp-secret
string (optional)
data-disable-installing-app
boolean (optional)
data-disable-overlay
boolean (optional)
data-overlay-message
string (optional)
To get your personal dApp code, contact us: support@bladewallet.io / contact page.
Check out our Demo or start local version: download / clone project, and