Blockchain

graphic, design, background-2124894.jpg

Exploring Chainlink: The Decentralized Oracle Network and Its Key Features (Series – Part 5)

Introduction Today I learnt how to use ChainLink and call their features in my contract; I learnt from Patrick Collins the best ways to use data fields as blockchain is deterministic, which means there is no connection between the blockchain and the aside world. ChainLink makes this possible with the decentralised platform that allows it …

Exploring Chainlink: The Decentralized Oracle Network and Its Key Features (Series – Part 5) Read More »

space, cosmos, stars-7273891.jpg

Inheritance in Solidity (Series — Part 4)

  In my learning path on blockchain Solidity course by Patrick Collins, today, I learnt about inheritance, Override and Virtual, I did recaps on array and struct, and I learnt a few more things which I am sharing with you all. contract Newcheckmate is scofieldNew{ //ovaride //virtual function store(uint _favouriteNumbner) public override{ newuser = _favouriteNumbner …

Inheritance in Solidity (Series — Part 4) Read More »

cogwheels, gears, abstract-284526.jpg

Using Contracts Within Contracts: A Dive into Solidity Mapping (Series – Part 3)

On Day 4 of my learning path of “Learn Blockchain, Solidity and Full  Stack Web Development with JavaScript, I learnt about contracts inside contracts. In the world of blockchain development, smart contracts play a crucial role in facilitating decentralized applications. These self-executing contracts, with the terms of the agreement written directly into code, allow for …

Using Contracts Within Contracts: A Dive into Solidity Mapping (Series – Part 3) Read More »

big data, abstract, abstract background-7644533.jpg

Solidity Visibility State/Modifiers (Series - part 2)

On day 3 of my learning Patrick Collins course “Learn Blockchain, solidity and full stack web3 development with javascript, ” the Solidity Visibility State/Modifiers state was the focus. This is my note. Find part one here  Solidity is a programming language to develop smart contracts on the Ethereum blockchain. One of the critical features of …

Solidity Visibility State/Modifiers (Series - part 2) Read More »