GET
/:network/nft/:contract_name/:token_id/claim/:private_key?accountId={receiverId}
- Claim a NFT which has already be transferred to
nft-drop
contract - params
- network:
mainnet
ortestnet
- contract_name: NEP-171 contract account id
- token_id: NFT token id
- private_key: the private key whose corresponding public key was registered in
nft-drop
contract - accountId: receiver account id who will receive the NFT
- network:
- Claim a NFT which has already be transferred to
npm install
npm run serve
npm run build
npm run lint