Hi everyone,
I am developing a Dapp on ICP where I want to implement a whitelist mechanism for token transfers. The goal is to restrict token transfers so that users can only send tokens to other principals that are whitelisted within the Dapp.
-
What is the best approach to implement this on ICP?
-
Is there a way to do this efficiently without modifying the token standard?
Any guidance, sample code, or best practices would be greatly appreciated!
Thanks in advance.