Ewenjlin Smithmobileappdevelopersindia.hashnode.dev·Apr 11, 2024Smart Contracts In-depth Explanation: From a Development PerspectiveSmart contracts are self-executing contracts with the terms of the agreement between buyer and seller directly written into code. They are deployed on a blockchain and automatically enforce the terms of the contract without the need for intermediarie...DiscussSmart Contracts
Sourav Majisouravmaji808.hashnode.dev·Dec 9, 2023Made a Dapp to Generate, Deploy and Test Smart Contract 🔥In the dynamic world of blockchain technology, the demand for user-friendly decentralized applications (dApps) is skyrocketing. Addressing this need, SmartContractX emerges as a groundbreaking platform that seamlessly combines smart contract deployme...Discussdeploy smart contract
Comfygen Private Limitedcomfygen112.hashnode.dev·Nov 21, 2023Building Decentralized Applications (DApps) with Blockchain DevelopmentIntroduction to Decentralized Applications (DApps) Decentralized Applications DApps represent a revolutionary shift in the world of software development. Unlike traditional applications that rely on centralized servers, DApps leverage blockchain tech...DiscussDecentralized Applications
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
Ravi Kiran Betharavikiran-web3.hashnode.dev·Jun 20, 2023Smart Contract Audits - Understanding system contextAs anyone starts their journey as Smart Contract Auditor, their first goal would be to gain in-depth knowledge of the Blockchain technology for the projects they are going to perform the audit. Many times having experience developing DAPPS will come ...Discuss·6 likes·54 readsSmart Contracts
Muhindo Galiengalien-m.hashnode.dev·Mar 23, 2023Transparent Upgradable Smart Contracts: A Guide with Code ExplanationSmart contracts have revolutionized the way transactions occur on a blockchain. They are self-executing contracts with the terms of the agreement between buyer and seller being directly written into lines of code. Once the terms are fulfilled, the co...Discuss·10 likes·80 readsupgradable smartcontract
Muhindo Galiengalien-m.hashnode.dev·Mar 18, 2023Understanding Hardhat Upgradable Smart Contracts(part 1)Hardhat is a development environment that is popular among developers working on Ethereum-based projects. It is an open-source tool that provides a suite of utilities to streamline the development process and make it easier to write, test, and deploy...Discuss·4 likes·31 readshardhat
Muhindo Galiengalien-m.hashnode.dev·Mar 18, 2023Reentrancy Ethereum Smart Contract Best PracticesSmart contracts are computer programs that run on the Ethereum blockchain. They are designed to execute automatically and securely without the need for intermediaries. However, despite their potential benefits, smart contracts are not immune to secur...Discuss·2 likes·33 readsBlockchain