I have two questions, you can help with both or one you know.
I have the code that create NFTs for multiple users, to sign txns, I am only able to sign one by one and this is not right if we have lot of users, So I want to sign those transaction at once. please help me on doing so.
I also want to send those NFTs to accounts, please help here too.
It depends how you manage the keys used to sign the transactions.
Are the users using their own wallet (e.g., Pera Wallet)?
In that case, there is little you can do: each user needs to sign.
However, if you have a user with many NFTs, you may be able to batch the signature requests.
Or are you handling the keys for the users?
In that case, how are you doing the signing?
To send NFTs, you first need the users to opt-in to the ASA.
If they don’t opt in, you cannot send them the ASA.