© 2023 Hashnode
#chainlink
Source: https://docs.chain.link/getting-started/conceptual-overview Understanding the basics I'm writing this article by reading through the chainlink documentation and simplifying challenging concepts with the help of chatGPT. This article…
In our previous article, we discussed how Decentralized Autonomous Organizations (DAOs) can be centralized and how bad actors within the DAO can cause significant harm. While these challenges exist, t…
Introduction to chainlink Chainlink is a decentralized oracle network that connects smart contracts to external data sources, APIs, and payment systems. It was created by Sergey Nazarov and Steve Elli…
Smart contracts are an exciting innovation in the blockchain space that enables the automated and trustless execution of complex agreements between parties. However, smart contracts are limited by the…
Welcome to this chainlink web3 blog series, where I'm exploring the exciting world of web3 and its potential to change the future of technology and society. Web3 Revolution Begins! I believe we're in …
Request Computation Chainlink has released the Chainlink Functions and its tutorials. Today, I will be explaining every code file used in the 1st tutorial. You can refer to tutorial 1 by clicking HERE. In tutorial 1, it is thoroughly explai…
You all might have heard how Web3 is unable to use Web2's APIs. And that WAS also one of the major drawbacks of Web3. Yes, you have read correctly, the drawback has become past with the release of "CHAINLINK FUNCTIONS". Chainlink has recent…
One of the most challenging parts of managing any blockchain is handling the division between off-chain and on-chain data. An oracle is a useful tool that makes it easier to connect real-world information with blockchain activities. With or…
What are Blockchain Oracles? In simple terms, Blockchain Oracles are APIs that can be integrated within the blockchain smart contract. Blockchain oracles are third-party services that connect determin…
In this tutorial, we will build a custom ERC-721 NFT collection using thirdweb and Chainlink. We will use thirdweb ContractKit for the ERC-721 token standard, thirdweb deploy to deploy our smart contr…