How to deploy NFT Linkdrop

Mikhail Dobrokhvalov
Volcà
Published in
2 min readOct 24, 2018

Linkdrop is an airdrop, where instead of sending tokens directly to Ethereum addresses, deployer generates a list of ‘claim links’. Learn more

Step-by-Step Guide

  1. Open https://volca.app/#/deploy-nft
  2. Login to the account holding NFTs via Metamask. (Connect to one of supported networks: Mainnet or Ropsten)
  3. Fill in NFT contract address
  4. Deploy the Linkdrop Smart Contract by clicking the “Create” button:

6. Wait till transaction is mined. It may take a few minutes.

Don’t close this page while transaction is processing. If it takes too long, just refresh the status by clicking the “Refresh” button

7. Approve the Linkdrop Smart Contract to send tokens on your behalf. (Approve button will appear after the Smart Contract is deployed.)

Click on the “Approve” button

8. Copy Node.js code to your server to generate claim links.

9. See more details about ‘volca-link-generator’ library on Github — https://github.com/VolcaTech/volca-link-generator

--

--