I want to separately deploy two smart contracts lets say contract A and B. Then use contract A to call into contract B. Please I need tips on how to make it possible.
Jun 17, 2021, 6:13 AM
it's possible. That's how uniswap router call diffrent smartcontracts.
Jun 17, 2021, 6:29 AM
Thanks will look into it. I have been trying to implement such this week.
Jun 17, 2021, 6:31 AM
Can’t you just setup a function in A to call B then call that function during contract deployment?
Jun 17, 2021, 6:57 AM
Interface. What you need is an interface. Look into that
Jun 17, 2021, 6:59 AM
https://www.youtube.com/watch?v=YxU87o4U5iw
Jun 17, 2021, 7:03 AM
Thanks solved.
Thanks solved.
Jun 17, 2021, 9:17 AM