Skip to content

tellor-io/chainlinkButActuallyTellor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainlink Style Price Feed Using Tellor

Pre-requisites

foundry

Run tests

forge test

How to use

The Tellor oracle is a decentralized oracle. It provides an option for contracts to interact securely with and obtain data from off-chain. This repo is a sample contract that uses tellor through the Chainlink AggregatorV3 Interface. Although tellor can be used right out of the box like this, depending on your security needs, you will need to add additional checks to ensure safety for your application. Unlike centralized oracles like Chainlink, Tellor reporters can actually be disputed. Like an L1 chain, values are not final, and instead can revert if they are wrong. You should use the values optimistically and watch out for other attacks that can happen.

A user checklist on proper implementation can be found here:https://docs.tellor.io/tellor/getting-data/user-checklists

For more in-depth information about Tellor, check out our documentation.

Maintainers

@themandalore
@brendaloya

How to Contribute

Join our Discord

Check out our issues log here on Github or contribute to our future plans to build a better miner and more examples of data secured by Tellor.

Contributors

This repository is maintained by the Tellor team - www.tellor.io

Copyright

Tellor Inc. 2024

About

chainlink style price feed, but using tellor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published