Hi all, I’m new in this world of smart contracts and zeppelin. I search examples about how is a best way to implement a WhiteList using a RBAC and WhitList provided by zeppeling, you can help me please?
Thank you!
Hi all, I’m new in this world of smart contracts and zeppelin. I search examples about how is a best way to implement a WhiteList using a RBAC and WhitList provided by zeppeling, you can help me please?
Thank you!
Hello @gasparmedina!
You would use WhitelistedRole and it’s onlyWhitelisted
modifier to only make sure the people you manually approve can use the functionality.
Are you looking to whitelist the transfer functionality?
Hey @gasparmedina, were you able to go through it?
@gasparmedina kind ping