© 2023 Hashnode
#dapps
Introduction Blockchain is a digital ledger technology that securely records transactions on multiple computers in a network. It allows for a transparent and tamper-proof record of information, making…
In this article, we'll be learning how to build, deploy and interact with a USDC-based Crowdfund Smart contract. We'll also build a Dapp for our smart contract using Ethers.js and Next.js. Now let's g…
Introduction: Building a decentralized application (dApp) can be challenging, but it can be achieved with the right tools and understanding. Ethers.js is a JavaScript library for interacting with the Ethereum blockchain, which provides a ro…
TL;DR: Modular Blockchains present a new design by decoupling the core functions of blockchains into distinct modules. Each module is specialized for the function they provide allowing for more custo…
#hashnode #shebuilds #concordium #smartcontracts #decentralizedapps I recently had the opportunity to attend a series of workshops hosted by Concordium, Concordium is a public, layer 1 blockchain that aims to provide a balance between priva…
Dapps also known as decentralized applications have been more popular since the popularity of cryptocurrency has grown a lot. What are dapps? Dapps are like normal applications but the difference is t…
Intro This is a step-by-step tutorial for Windows users to install, set up, and deploy a "Hello" DApp to the Internet Computer (IC) in 1 hour or less. Deployment of the DApp only requires basic knowle…
Starting the year 2022, I set a couple of goals and trust me, getting knee-deep into Web3 and Blockchain Development wasn't one of them. Although I had an interest in the space, I could never have ima…
The Ethereum virtual machine (EVM) which is often referred to as “the heart of Ethereum” grants developers the ability to create smart contracts and DApps in the programming language. In this article,…
NFTs are a buzz today. NFts have quickly emerged as a form of digital art. In this blog, we will create a dApp to mint NFTs using React js and NFTPort. What are NFTs ? NFTs(Non-fungible Tokens) are …