Best of Ethereum2023

  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.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Stability AI CEO: There Will Be No (Human) Programmers in Five Years

    Emad Mostaque, founder and CEO of Stability AI, has a provocative prediction as artificial intelligence (AI) increasingly transforms our world. Mostaque's company is the company behind Stable Diffusion, the world’s most popular open-source image generator. He envisages AI as a tool that enhances human potential.

  6. 6
    Article
    Avatar of coinsbenchCoins Bench·3y

    Create and Deploy Your First Next.js Blockchain DApp with Solidity in Minutes!

    Create and Deploy Your First Next.js Blockchain DApp with Solidity in Minutes!

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn Web3.js Basics – Ethereum Development for Beginners

    Learn the basics of Ethereum development and how to set up and use Web3.js to interact with the blockchain more efficiently.

  8. 8
    Article
    Avatar of coinsbenchCoins Bench·3y

    How to Build a Cinema Ticket Booking Dapp with React, Solidity, and CometChat

    How to Build a Cinema Ticket Booking Dapp with React, Solidity, and CometChat. See the live demo at sepolia test net and the git repo. Use React and Solidity to build our dapp.

  9. 9
    Article
    Avatar of coinsbenchCoins Bench·3y

    Smart Contracts

    A smart contract is a self-replicating piece of code, normally built on blockchains that enforce the terms of an agreement. They operate on an ‘if-then’ logic where when a condition is met, it executes automatically.

  10. 10
    Article
    Avatar of coinsbenchCoins Bench·3y

    Build a Decentralized Voting Dapp with Next.js, TypeScript, Tailwind CSS, and CometChat

    Build a Decentralized Voting Dapp with Next.js, TypeScript, Tailwind CSS, and CometChat. See the live demo at sepolia test net and the git repo. The DappVotes project will allow you to create a secure, user-friendly, and engaging voting system.

  11. 11
    Article
    Avatar of dzDZone·3y

    Build a Web3 Ticketing System and Disrupt Online Ticketing

    Build a Web3 Ticketing System and Disrupt Online Ticketing. Join the DZone community and get the full member experience. Use ConsenSys Truffle, Infura, and the Infura API to create a smart contract that issues tickets as digital ERC-20/ERC-721 tokens.

  12. 12
    Article
    Avatar of coinsbenchCoins Bench·3y

    Welcome to Solidity: The language of the new web!

    Solidity is a programming language designed specifically for creating smart contracts on the Ethereum network. It is easy to learn, has a large developer community, and allows you to create complex smart contracts with advanced functionality.