Best of EthereumDecember 2022

  1. 1
    Article
    Avatar of coinsbenchCoins Bench·3y

    2023 Blockchain developer Roadmap

    More programmers are trying to learn blockchain and want to start their careers as blockchain developers. In this article, I have given a roadmap to developers about how to become a blockchain developer. Learn these technologies below are the front and backend technologies the need to learn in order to start your career as a Blockchain developer.

  2. 2
    Article
    Avatar of moralisMoralis·3y

    Essential Web3 Programming Languages for 2023

    Solidity Solidity is a Turing-complete, object-oriented, relatively high-level programming language for building EVM-compatible smart contracts. Rust Rust is a statically typed, multi-paradigm, low- level programming language emphasizing performance and security. Go Go is a Google-designed, open-source, compiled programming language.

  3. 3
    Article
    Avatar of coinsbenchCoins Bench·3y

    KISS WEB 3.0

    KISS, an acronym for “Keep it simple, stupid!’ You can read more about KISS here KISS principle - Wikipedia KISS is a design principle noted by the U.S. Navy in 1960. In this article I will give you a guide on how you can start writing code in web3 without getting confused.

  4. 4
    Article
    Avatar of moralisMoralis·3y

    How to Call a Smart Contract Function from JavaScript

    Using the enterprise-grade EVM API from Moralis, developers can easily call a smart contract function from JavaScript. Using Moralis’ SDK and call the ”runContractFunction” endpoint, you can run any EVM ”read-only” contract function with a few lines of code.

  5. 5
    Article
    Avatar of coinsbenchCoins Bench·3y

    How to Become a Blockchain Developer

    The best way to learn how to develop blockchain applications is to get your hands dirty and start building. You can start by working on small projects or contributing to open source projects. Join a community of blockchain developers. Joining these communities can help you stay up-to-date on the latest developments in the field.

  6. 6
    Article
    Avatar of moralisMoralis·3y

    Python for Ethereum Development – Build a Web3 Ethereum Python App

    Python is one of the most popular programming languages used by developers all over the world. In this tutorial, we will show you how to integrate Web3 and blockchain functionality into Python projects with Moralis’ Python SDK. In the next section, we cover the basics by exploring the intricacies of Python.

  7. 7
    Article
    Avatar of coinsbenchCoins Bench·3y

    Ethereum Blockchain Transactions explained

    A key feature of Ethereum is the ability to send and receive transactions, which are the primary way that data and value are transferred on the network. Contract transactions are used to interact with smart contracts, while message transactions areused to transfer value between addresses. There are two main types of transactions in Ethereum: contract transactions and message transactions.

  8. 8
    Article
    Avatar of hashnode_web3Hashnode Web3·3y

    What is Aptos?

    Meta, formerly known as Facebook, almost got into the blockchain game in 2019. After Mark Zuckerberg abandoned the project, its developers repurposed what was left and created their own blockchain: Aptos. This article explains what it is, how it works, and why a lot of people are concerned about the way it is structured.