LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Jan 17, 2025Creating Your First Unique Digital Token: A Beginner’s Guide to NFTsHave you ever wondered how such a digital creation could become a multimillion-dollar phenomenon? Well, welcome to the enticing world of NFTs! Envision being the owner of a digital artwork that exists in only one piece, similar to the possession of a...1 like·42 readsgreed-academy
Calcifercalc1f4r.hashnode.dev·Jan 10, 2025How secure are NFTS?Non-fungible tokens (NFTs) have changed how we own and trade digital assets like art, music, and even blogs on platforms like Mirror. As NFTs become more popular, understanding their security is crucial. This article explores the security of ERC721, ...2 likesNfts
Kehinde Sodiqdevadejare.hashnode.dev·Nov 7, 2024Step-by-Step Guide to Developing an NFT Smart Contract (ERC721) Using AlchemyINTRODUCTION: Non-fungible tokens (NFTs) have revolutionized how digital assets are created, owned, and traded. ERC721, the most common standard for NFTs on the Ethereum blockchain, provides a framework for creating unique, indivisible tokens. In thi...1 likeNFT
Igor Berlenkoguryeah.hashnode.dev·Oct 5, 2024Waterfall AMA session January 17, 2024Embrace new formats and experiences; they bring more voices to the conversation. Hello everyone! I am happy to kick off our 6th session. It's actually the second one for this year and the first in Telegram. This is why we are experiencing a little bi...Waterfall Networkama
favour aniogorsuperdevfavour.hashnode.dev·Feb 16, 2024Creating A Basic ERC721 Contract With Solidity and Viewing It On OpenSeaERC721, also known as the Non-Fungible Token (NFT) standard, is a smart contract on the Ethereum blockchain that implements a standard interface for tokens. Each token is unique and not interchangeable with any other token; hence the term "non-fungib...General Programming
Levi Ojukwulevinedublog.hashnode.dev·Feb 16, 2024ERC721 Tokens and How It Works.An ERC721 (Ethereum Request for Comment) standard defines a set of rules for creating non-fungible tokens (NFTs), which are unique and invisible tokens. An ERC721 contract is basically a type of non-fungible token (NFT) standard on the Ethereum block...Blockchain
Adekunle Stephen Omorotimiadekunlestephen.hashnode.dev·Feb 16, 2024The "ERC721" Non-Fungible Tokens (NFTs)The world of blockchain technology has birthed various innovations, one of the most captivating being non-fungible tokens (NFTs). Among the various NFT standards, ERC721 stands out as a foundational protocol for creating unique digital assets on the ...erc721
Jeffrey Owolokojeffrey-owoloko.hashnode.dev·Feb 16, 2024ERC721: Digital Collectibles on EthereumWhat is ERC721? ERC721 is a technical standard that defines a common set of rules that allows us create tokens that are non-fungible i.e. Non Fungible Tokens or NFTs on the blockchain. Each ERC721 token or NFT represents a unique item and can't be sw...erc721
Adebara Olamideholamite.hashnode.dev·Feb 16, 2024ERC-721 Non-Fungible Token (NFT): A Game Changer (Explained)What is ERC-721(NFT) Standard ERC-721, also known as the Non-Fungible Token (NFT) standard, is a widely adopted Ethereum token standard that defines a set of rules for creating unique tokens. Unlike fungible tokens, such as ERC-20 tokens, where each ...43 readsBlockchain
McDavid Ojukwumarkdavidojukwu.hashnode.dev·Feb 16, 2024Creating ERC721 Token: ExplainedIntroduction A mentor gave me an assignment at web3brigde to explain and build an ERC-721 token. In this article, I will talk about how the contract works, and what the functions in the contract do. What is an ERC-721 Token ERC-721 is a standard for ...Blockchain