saminacodes.hashnode.devTools I Use Daily as a Tech Content CreatorLet's get to the point; you won't find a lengthy five-minute intro in this one. The following are tools I use daily to help me create content. Grammarly - Proper punctuation, spelling, and grammar is a must if you do any writing. I use Grammarly wh...Sep 11, 2022ยท4 min read
saminacodes.hashnode.devCh. 3: Deploy Your First Smart Contract (ERC-20 Token)Introduction A token is a digital asset that resides on the blockchain. There are two major categories of tokens: fungible and non-fungible. For now, understand that fungible tokens are interchangeable, whereas non-fungible tokens are unique. Fungib...Aug 14, 2022ยท6 min read
saminacodes.hashnode.devHow Do You Decide What to Create Content On?When I want to create content- whether in a written, video, or other format (tweet, infographic, etc.)- I usually follow a three-step framework: 1. Is it decided for me? The content's scope is declared when I create content for my job as a developer ...Jul 23, 2022ยท2 min read
saminacodes.hashnode.devCh. 2: Understanding the Wallet InterfaceIntroduction Now that we have a wallet, we should probably understand how to use it. Our wallets are tools we can use to deploy smart contracts, buy and sell digital assets, access our digital assets, sign into different applications, and so on. Ther...Jul 22, 2022ยท5 min read
saminacodes.hashnode.devHow do you delete an NFT?Short answer: You can't technically delete an NFT on the blockchain. Once deployed, a record of it will always exist unless the entire network goes down. Long answer: Even though you can't delete an NFT, you can technically "burn" an NFT. Burning an ...Jun 30, 2022ยท3 min read