- Remix - Solidity IDE
- oraclize/ethereum-examples
- Tutorial - Getting started with Oraclize on Ethereum - YouTube
- oraclize/ethereum-api - gitter
- Oraclize Documentation
- UrlRequests.sol
- Oraclize - the provably honest oracle service
- oraclize/docs - Pricing
- Query fee too high on mainnet
- Estimate Gas when using Oraclize - Code intoxicated
- Using APIs in Your Ethereum Smart Contract with Oraclize
- Oracle系列一: Human Oracle – Taipei Ethereum Meetup – Medium
- johnhckuo/Oraclize-Tutorial
- 【区块链】使用Oraclize让智能合约调用外部数据 - CSDN博客
Independent bridge to link any Ethereum network with the Oraclize engine
npm i ethereum-bridge -g
ethereum-bridge -a 9 -H 127.0.0.1 -p 8545 --dev
// or
git clone https://github.com/oraclize/ethereum-bridge
node bridge -H localhost:8545 -a 9 --dev
https://docs.oraclize.it/#ethereum-advanced-topics-encrypted-queries
curl https://api.oraclize.it/v1/utils/encryption/encrypt -X POST -H "Content-Type: application/json" --data '{"message": "ENCRYPTED MESSAGE"}'
{"result": "BMZRD5bjqUc8LBHWZ5o8T7OMkTZ+OpWhgdHkI3yk5PkjSOJ6ZQpTQvdGQbiZlotPZDO9XVlF0A6Q0kelAealMILqQtu5Es6KEBgNbihYmDOMpOetVjUNeWxKx5+Rc5lTy+I=", "success": true}
curl https://api.oraclize.it/v1/utils/encryption/decrypt -X POST -H "Content-Type: application/json" --data '{"message": "BK9Wn0pfCkawzl4IQLTEbo0NJkgUsnE1nrDmw0mtWl2hWRDgekclBlgc3eUaTF2OvnaCIvWNm+lAgusGRnVttf+TqQiFiJAtk5yZU2UU2jTNdd5I82T3/WyCPJvqiwnE51Q="}'
{"success": true}
curl https://api.oraclize.it/v1/utils/encryption/encrypt -X POST -H "Content-Type: application/json" --data '{"message":"json(https://api.postcodes.io/postcodes).status"}'
curl https://api.oraclize.it/v1/utils/encryption/encrypt -X POST -H "Content-Type: application/json" --data '{"message" : "[\"OX49 5NU\", \"M32 0JG\", \"NE30 1DP\"]"}'
- Best Hex to String Converter Online to Convert Hex to Text (Hexadecimal to Text)
- oraclize_setProof
- ProofShield