Best of SolidityOctober 2021

  1. 1
    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.

  2. 2
    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.