Futaba
TwitterBlog
  • 🌱Introduction
    • Introduction
    • Concept
    • Architecture
  • 🛠️Protocol
    • Gateway
      • Send
      • Receive
      • Estimate fee
      • Cache
    • Light Client
      • Request Query
      • Verify
      • Estimate fee
    • Relayer
    • Konoha
      • Chainlink Oracle
      • Herodotus
      • Lagrange
  • 💡Guide
    • Futaba Testnet
      • Balance query
      • Custom query
      • Access cache
      • Cross-chain voting
    • Quick Start
    • Customize Light Client
    • Example Apps
  • 📗References
    • FAQ
    • Contract addresses
    • Glossary
  • 🔗Links
    • Twitter
    • Blog
Powered by GitBook
On this page

Was this helpful?

  1. Protocol
  2. Konoha

Chainlink Oracle

PreviousKonohaNextHerodotus

Last updated 1 year ago

Was this helpful?

Chainlink Oracle is currently used as the default module for providing block headers in Futaba. Specifically, it requests a job that can be configured in the Chainlink Node to execute an API to retrieve block headers configured as an External Adapter and return them to the contract.

In the case of Chainlink, the state root is directly obtained and stored, not the block header.

🛠️
Blockchain Oracles for Connected Smart Contracts | Chainlink DocumentationChainlink Documentation
Logo