Best of EthereumJanuary 2023

  1. 1
    Article
    Avatar of moralisMoralis·3y

    Your Guide to Web3 Development and How to Learn It in 2023

    Web3 development involves establishing the new iteration of the world wide web. Web3 development is all about ownership, meaning that it brings control into the hands of internet users and eliminates centralized behemoths imposing censorship, data manipulation, and privacy exploitation. The top layer, dapps, is the key to bringing Web3 to the masses.

  2. 2
    Article
    Avatar of coinsbenchCoins Bench·3y

    A DAY BY DAY TO BECOME BLOCKCHAIN DEVELOPER — DAY 7

    Florian Olivo is a 3rd year computer engineering student in Turkey. As his graduation date got closer, specialization in a certain field was circulating in his mind. He wanted to share with you his road map and walks that he drew for himself as he progressed in this area.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Add a Custom Network to Metamask with JavaScript

    Metamask makes this easy by injecting an object into websites that have it installed. The first thing you need to do is check if the Metamask plugin is installed in the user's browser. If not successful, it will return an error if the request to add the network is successful.

  4. 4
    Article
    Avatar of coinsbenchCoins Bench·3y

    Building Your First Smart Contract: A Step-by-Step Guide

    Smart contracts are self-executing contracts with the terms of the agreement between buyer and seller being written into lines of code. One of the most popular languages for writing smart contracts is Solidity, which is specifically designed for use on the Ethereum platform. In this tutorial, we will walk through the process of creating and deploying your first smart contract.