later on, if I need to gives permissions to a contract to interact with another just compiled, where should I write that? in migrations files? for example in order to work contractB I need to give access control to contract A

Aug 8, 2018, 5:32 PM
Yea like @tms1337 mentioned, assign ownership to one contract and you can add a modifier for authorization to the other contracts through the owner contract as needed. something like a whitelist
Aug 8, 2018, 8:52 PM
I know, what I am not sure is where should I made the calls to add moderators to the basic control access
Aug 8, 2018, 9:18 PM

© 2024 Draquery.com All rights reserved.