Closed IamChuancey closed 5 years ago
I have verified that we can use Oraclize directly on testnets such as Rospten\Kovan, not need to turn the Oraclize plug-in
on, but when you use javascript VM
,you need to turn the Oraclize plug-in
on, and when you deploy contract using Oraclize on your private network, you only needethereum-bridge
.
When i am using remix to deploy my contract using Oraclize, and after a lot of attempts, i always got the same result: the contract works fine, but the callback result is always null. and i finally find that: So,i want to verify that,is that means we can not use Oraclize directly on testnets.such as Rospten\Kovan,instead,we need to use a dedicated ethereum-bridge instance?