Best of SolidityOctober 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    Create a Blockchain App Using React

    Learn to build a decentralized application (dApp) using React, Vite, and Tailwind CSS that allows users to send Ethereum transactions, view their transaction history, and connect their MetaMask wallet. The tutorial covers the entire process from setting up the development environment and writing smart contracts using Solidity to deploying and testing the smart contract on the Ethereum Sepolia test network.

  2. 2
    Article
    Avatar of javarevisitedJavarevisited·1y

    5 Best 101 Blockchains Courses for Blockchain Developers in 2025

    Looking to become a Blockchain Developer in 2025? Here are the top blockchain courses from 101 Blockchains that offer comprehensive training. These courses cover essential blockchain skills like Ethereum, Solidity, and Web3, and include certifications such as the Certified Enterprise Blockchain Professional (CEBP). Whether you're interested in NFT development, decentralized finance (DeFi), or enterprise blockchain applications, 101 Blockchains provides self-paced, modular courses designed for both beginners and seasoned professionals. Enhance your blockchain expertise and explore various career paths with these training programs.

  3. 3
    Article
    Avatar of soliditySolidity·2y

    Solidity 0.8.28 Release Announcement

    The Solidity Compiler v0.8.28 has been released, offering full support for transient storage state variables of value types, reduced memory usage during IR compilation, and faster compilation times. Key improvements include generating JSON representations of Yul ASTs only on demand and enabling per-contract pipeline configuration. Bug fixes and build system tweaks are also included. To upgrade, follow the installation instructions in the official documentation.