Reading Data
Connecting to the Oracle
Installation
npm install usingtellorImporting
pragma solidity >=0.8.0;
import "usingtellor/contracts/UsingTellor.sol";
contract MyContract is UsingTellor {
constructor(address payable _tellorAddress) UsingTellor(_tellorAddress) public {
}
// ...
}Reading data
Addendum: Tellor Playground
How to implement
Last updated