Kunal Dhongadekunaldhongade.hashnode.dev·Jul 15, 2024Introduction to Restaking and AVS in SolidityThe blockchain ecosystem is evolving rapidly, with novel concepts and mechanisms being introduced to enhance its functionality and security. Two such emerging concepts are Restaking and Advanced Validator Solutions (AVS). Restaking involves reusing s...DiscussRestaking
Harshita Badwalharshitasblog.hashnode.dev·Feb 27, 2024Truffle Secrets Revealed: Boost Your Ethereum Development Game!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...Discuss·1 likeEthereum
Nikhil Kumarnickk.hashnode.dev·Oct 6, 2023Deploying ERC-20 Smart Contracts on Shardeum with Truffle1. Revolutionizing Blockchain Development Truffle stands as a pinnacle in the realm of blockchain development environments. It's more than just a toolbox, it's a comprehensive ecosystem, including a development environment, testing framework, and ass...Discuss·12 likesshardeum
Gurpreet Singhgsr2433.hashnode.dev·Apr 24, 2023Truffle And Web 3.jsTRUFFLE SUITE Truffle is the most popular development tooling for Ethereum programmers. Easily deploy smart contracts and communicate with their underlying state without heavy client-side programming. An especially useful library for the testing and ...Discusstruffle
Haniinothanii.hashnode.dev·Apr 14, 20232023's Essential Blockchain Development Guide for DevelopersWhere do you begin learning Blockchain development with the many tools out there? In this complete Blockchain guide for developers, I'll cover the exact tools you need with examples along the way, including a simple React app that interacts with the ...Discuss·41 readsBlockchain
Ashok VangaforAshok Vblock360.hashnode.dev·Feb 23, 2023Truffle for Blockchain developerTruffle framework is a decentralised application development environment, testing framework, and asset pipeline for Ethereum and other blockchain-based applications (dApps). It offers a set of tools and utilities to help developers build, test, and d...DiscussWeb3 -Blockchaintruffle
Obafunso Ridwanblog.ridwanobafunso.xyz·Feb 18, 2023How To Create ERC-20 Token Using Openzeppelin and Truffle: A Beginner GuideIntroduction 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...Discuss·12 likes·164 readsEthereum Tokens (ERC Standards)Solidity
John Vesterjohnjvester.hashnode.dev·Dec 21, 2022Using Truffle L2 Boxes to Bridge Blockchain NetworksIt'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...Discuss·1 like·122 readsWeb3
Alvin Leealvinslee.hashnode.dev·Dec 15, 2022How to Build a DAO with TruffleSince Satoshi Nakomoto introduced Bitcoin and the blockchain in his seminal 2009 whitepaper, the number of innovations brought to life has been staggering. Today, we have cryptocurrencies, NFTs, and other digital assets that can be created, owned, an...Discuss·3 likes·115 readsBlockchain
John Vesterjohnjvester.hashnode.dev·Nov 23, 2022Let’s Build an End-to-End NFT Project Using Truffle SuiteBuilding 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...Discuss·2 likes·78 readsWeb3