Categories
Blockchain and Web 3.0 Sotfware & DevOps Tools & HowTo

Blockchain Developer with C#: How to Get Started

Blockchain technology has gained increasing popularity and adoption over recent years. This new distributed database technology offers much potential, especially within financial services, supply chain management, healthcare, etc. Hence, this post will discuss how to get started as a blockchain developer with C#. Developers are starting to take notice and explore its possibilities. However, understanding […]

Categories
Blockchain and Web 3.0 Sotfware & DevOps

The Best Web 3.0 Applications in 2022

What are some of the best Web 3.0 Applications out there? You’ve probably heard about the term “Web 3.0“. This refers to the next generation of the Internet and the emerging technologies that provide the infrastructure needed for future services and experiences. Web 3.0 This is where things get interesting. The Web 2.0 revolution was fuelled by […]

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.