© 2026 Hashnode
What is Truffle? Truffle is a toolkit for creating things on the Ethereum network. It includes tools for creating, testing, and deploying smart contracts, which are self-executing agreements that operate on the Ethereum network. Imagine you're buildi...

Introduction ERC-20 (Ethereum Request for Comment 20) is a standard for creating fungible tokens on the Blockchain Network. In November 2015, the ERC-20 standard was proposed by Vitalik Buterin and Fabian Vogelsteller as EIP-20. In this tutorial, you...

It's well known that many blockchains have scalability and congestion problems. These issues have wide-ranging effects from slow transaction times, to increased transaction fees, and degraded user experience. One solution is for web3 to be multi-chai...

Building NFTs isn’t as complicated as you think, especially with tool suites such as Truffle Suite. This article will introduce you to the Truffle Suite of tools and teach you how to use them to build an end-to-end NFT project and include the followi...
