i am learning blockchain programming and meanwhile have a good idea how to create a token and crowdsale contract in the etherum network.
But there is one question left which i cant answer myself and cant find any source. Its about KYC (Know your costumer)
If someone sends ETH to my crowdsale contract i know how to return my own coin as a reward but how do i hold back the reward until the end of the ico? I want to send the reward only after the user filled informations on my webpage for KYC.
I would be very thankfull for every information/tip i can get.