provable-things / ethereum-api

Provable API for Ethereum smart contracts
https://docs.provable.xyz/#ethereum
MIT License
801 stars 427 forks source link

This Oraclize plugin is currently NOT working in remix via web3/injected provider? #86

Closed IamChuancey closed 5 years ago

IamChuancey commented 5 years ago

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. image and i finally find that: image 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?

IamChuancey commented 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-inon, but when you use javascript VM,you need to turn the Oraclize plug-inon, and when you deploy contract using Oraclize on your private network, you only needethereum-bridge.