Best of BlockchainDecember 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    GitHub Copilot is here to stay

    AI used to be a buzzword, Just as Crypto or Blockchain is today. It was thrown around inflationary until everyone knew the term but did not really know what it was all about. Products were meant to have AI as a marketing stunt while not really including the AI they overpromised. But then there was GitHub Copilot.

  2. 2
    Article
    Avatar of devtoDEV·4y

    My roadmap in web 3

    A Web 3.0 from september 24, of 2021. I got curious about the term from the hype on twitter but it was more hype than truly helpful information. I decided to investigate and learn about blockchain, crypto, smart contracts and decentralized apps (dapps) The following lists express the order of my learning process.

  3. 3
    Article
    Avatar of hnHacker News·4y

    Is web3 bullshit?

    Web3 is a vision of a decentralized, user-owned internet built on the blockchain. Elon Musk and Stephen Diehl are among the most vocal critics of the idea. Read Max is a newsletter about the future, appearing on a Thursday due to a series of sitcom-level mishaps.

  4. 4
    Article
    Avatar of hnHacker News·4y

    An NFT without a Blockchain. No gas fees. No Eth. No gatekeepers

    In essence, an NFT is a statement that the buyer has sent them money related to a thing. This is a small proof-of-concept. It relies on PGP - but you could use Keybase, GPG, or any other hard-to-use encryption program.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    How to build a blockchain from scratch with Go

    This tutorial aims to teach you how blockchains work by guiding you through building one from scratch with Go. Blockchains are the underlying technology for many decentralized applications and cryptocurrencies. Go provides many unique features and functionalities that make it a good fit for building a blockchain. Go is also excellent for building applications that require parallelism and concurrency.

  6. 6
    Article
    Avatar of ds_centralData Science Central·4y

    The web 3 meme

    Late in the year, we are suddenly hearing a new term ‘web 3’ for the reasons I describe below. I take a broader perspective – hence the idea of a ‘ web 3.0 meme’ The word ‘meme’ was first proposed by Richard Dawkins in the book The selfish Gene.

  7. 7
    Article
    Avatar of hnHacker News·4y

    The Web3 Fraud

    Web3 is only about adding an additional layer of complexity in the name of justifying the underlying cryptocurrencies. The web browser is augmented with a cryptocurrency wallet and part of the computation and storage is shifted from my server to the decentralized cryptocurrency infrastructure. When a user wants to use my service they will pay some amount of cryptocurrency to perform the cryptocurrency-side computation.

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