Best of Solidity2021

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    Becoming a web 3 developer

    If you want to advance your career to become a Web 3.0 developer or get started, a structured roadmap will definitely lead you towards your goal. Getting into the Blockchain industry where the average programmer is paid around $ 140,000 per year is probably the best investment you can make as a developer.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Web 3.0: A Developer Roadmap, Guide, and Resources to Get Started

    Blockchains are still prominent, and the industry is in desperate need of engineers. You'll need to be dedicated to your learning if you want to be a part of it and advance your career as a Web 3.0 developer. I'll provide a road map and some great online resources to get started.

  3. 3
    Article
    Avatar of btrprogBetter Programming·4y

    Create a Blockchain Game With Solidity, Web3, and Vue.js

    Build a decentralized game using Ethereum public blockchain using Solidity, Web3, and Vue.js. We will focus more on the frontend side in the next part, but first, I will give a brief explanation about the Solidity side and how to deploy it to Rinkeby testnet. You need to install MetaMask and enable the extensions in Chrome.

  4. 4
    Article
    Avatar of itnextITNEXT·4y

    Understanding Solidity by example

    This article is for coders that already have some knowledge of some programming languages and Object Oriented Programming. The examples that we will cover are currently available in the Remix introduction examples. I will copy/paste some chunks of code in this post just in case they update or delete it. There are 3 use cases covered ordered by increasing complexity.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    Building your first DApp with Flutter and Solidity

    Blockchain technology and the crypto space in general are one of the major trends in the world right now. In this article I will walk you through:How to implement the concept of a decentralized application by using the Solidity programming language to build a simple smart contract. And the steps involved in bridging it to the client side of our application using Flutter.