Categories
Entrepreneurship General Golang python Sotfware & DevOps Tools & HowTo

Understanding Blockchain Technology and Its Transformative Impacts on Various Industries

Understanding Blockchain Technology and Its Implications for Various Industries Blockchain technology has been making waves across a wide range of industries, and for good reason. Its decentralized, immutable, and transparent nature opens up a plethora of possibilities for innovative applications. But what exactly is blockchain technology, and how is it influencing different sectors? Let’s dive […]

Categories
Blockchain and Web 3.0 python Sotfware & DevOps

Smart Contracts in Python: Complete Guide

Smart contracts in Python? Don’t worry if that line doesn’t make sense. So, this post will explore the steps of deploying smart contracts in Python and help you understand how to do it independently and concisely. Like my previous one, where I discussed how to Write Your First Smart Contract || Blockchain, I will break […]

Categories
Blockchain and Web 3.0 Entrepreneurship General

Write First Smart Contract in Solidity | Blockchain

Hence, define the function store (which stores someone’s favourite number), passing a variable to store a number input from the user. Assign the favourite number variable created above (with public scope) to the local variable passed in the function.