Best of Solidity2023

  1. 1
    Article
    Avatar of moralisMoralis·3y

    Web3 Programming – How to Learn Web3 Programming

    Web3 programming can generally be divided into two central parts: frontend and smart contract development. To start in Web3, you should advance your proficiency in programming languages related to your goals. To learn Web3 programming, sign up with Moralis now to fully leverage the power of blockchain technology.

  2. 2
    Article
    Avatar of coinsbenchCoins Bench·3y

    The Math You Need to Know as a Solidity Developer

    The Math You Need to Know as a Solidity Developer will provide you with the knowledge you need to take your skills to the next level. In this article, we’ll dive deep into the role of math in cryptography and how it relates to Solidity.

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

  4. 4
    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!

  5. 5
    Article
    Avatar of towardsdevTowards Dev·3y

    Web 3.0 & Blockchain Developer Roadmap — Step by Step

    Web 3.0 has the potential to change the internet as we know it forever and you are still early in catching the trend. You should have Web 2 skills like React, Next Js or just basic javascript will be hugely beneficial because you will have to connect your decentralized applications to your regular web apps.

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

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

  8. 8
    Article
    Avatar of hackernoonHacker Noon·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 Too Long; Didn't Read. These cutting-edge technologies will allow you to create a secure, user-friendly, and engaging voting system.

  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

    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.