Hey guys. Can u explain me how can I call function from undeployed contract in test? For example, deployed contract have an import of undeployed, and then I call some function from deployed that create a new instance of undeployed through this function. How can I interact with this new instance? Thnx
Sep 14, 2021, 12:01 PM
Hey. Using migrations?
u can’t interract with undeployed contract.
Sep 14, 2021, 12:14 PM
Can contract be deployed from callin of function from deployed contract?
or I need to make deployment through migrations anyway?
Sep 14, 2021, 12:17 PM