When testing a smart contract on the truffle development network is it possible to test an interface in order to read data from another smart contract on the blockchain?
I assume this wouldn't work because the original contract is on the main network while the contract being tested is on the truffle development network. How does a developer go about testing a situation such as this?
When testing a smart contract on the truffle development network is it possible to test an interface in order to read data from another smart contract on the blockchain?
I assume this wouldn't work because the original contract is on the main network while the contract being tested is on the truffle development network. How does a developer go about testing a situation such as this?
BE THE FIRST TO ANSWER