Aayush GuptaforAayush's Blogaayushguptaji.hashnode.net·Dec 12, 2022Create NFT Smart Contract with thirdweb and ChainlinkIn this Tutorial, we will build a custom ERC-721 NFT Collection using thirdweb and Chainlink. thirdweb ContractKit is used for the ERC-721 token standard, thirdweb deploy is used to deploy our smart contract to mumbai testnetwork, and Chainlink Data ...Discuss·33 likes·346 readsData-feeds
Aayush GuptaforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Dec 21, 2022Create NFT Smart Contract with thirdweb and ChainlinkIn 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 contract to Mumbai Testnet, and Chainlink Data Feeds to...Discuss·2 likes·293 readsthirdweb
Emmanuel Philip forLebeWritelebepage.hashnode.net·Apr 7, 2023Understanding Chainlink Verifiable Randomness FunctionIntroduction 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 Ellis in 2017 and operates on the Ethereum blockchain....Discuss·2 likesChainlink
Emmanuel Philip forLebeWritelebepage.hashnode.net·Apr 7, 2023Understanding Chainlink Verifiable Randomness FunctionIntroduction 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 Ellis in 2017 and operates on the Ethereum blockchain....Discuss·2 likesChainlink
Ali Murtaza Memonforalymurtazamemon.hashnode.net·Apr 1, 2023How does Chainlink collect data from Off-Chain Sources? — Data Feeds ExplainedSmart 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 their inability to access off-chain data, which can h...DiscussBlockchain
Rahul PrasadforRahul's blograhulprasad.hashnode.net·Mar 31, 2023ChainLink : Building Web3 TogetherWelcome 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 a unique moment in time. When we look back in 10 y...DiscussChainlink
Devyush RaturiforDevyush Raturidevyushraturi.hashnode.net·Mar 17, 2023Chainlink Functions - Tutorial 1 ExplainedRequest 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 explained how to...Discuss·1 likeChainlink FunctionsChainlink
Devyush RaturiforDevyush Raturidevyushraturi.hashnode.net·Mar 17, 2023Chainlink FunctionsYou 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 recently release...Discuss·1 likeChainlink FunctionsChainlink
Biswarghya BiswasforBiswarghya's blogbiswarghya.hashnode.net·Feb 7, 2023Unleashing the Potential of Decentralized Oracles: An Insight into ChainLinkOne 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 oracles, use...Discuss·1 like·76 readsChainlink
Joy Almeidaforj0sal.hashnode.net·Jan 17, 2023Blockchain OraclesWhat 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 deterministic blockchain with the outside world for access...Discuss·37 readsBlockchain
Aayush GuptaforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Dec 21, 2022Create NFT Smart Contract with thirdweb and ChainlinkIn 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 contract to Mumbai Testnet, and Chainlink Data Feeds to...Discuss·2 likes·293 readsthirdweb
Aayush GuptaforAayush's Blogaayushguptaji.hashnode.net·Dec 12, 2022Create NFT Smart Contract with thirdweb and ChainlinkIn this Tutorial, we will build a custom ERC-721 NFT Collection using thirdweb and Chainlink. thirdweb ContractKit is used for the ERC-721 token standard, thirdweb deploy is used to deploy our smart contract to mumbai testnetwork, and Chainlink Data ...Discuss·33 likes·346 readsData-feeds
RareSkillsforRareSkillsrareskills.hashnode.net·Dec 3, 2022Generate a random number with Solidity on the blockchainRandomness is tricky on the blockchain because the blockchain is deterministic, but randomness requires non-determinism (otherwise it becomes predictable). This article assumes the user has some familiarity with solidity already, especially the opera...DiscussSolidity