Ssaminainsaminacodes.hashnode.devยทSep 11, 2022 ยท 4 min readTools 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...01R
Ssaminainsaminacodes.hashnode.devยทAug 14, 2022 ยท 6 min readCh. 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...01P
Ssaminainsaminacodes.hashnode.devยทJul 23, 2022 ยท 2 min readHow 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 ...00
Ssaminainsaminacodes.hashnode.devยทJul 22, 2022 ยท 5 min readCh. 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...00
Ssaminainsaminacodes.hashnode.devยทJun 30, 2022 ยท 3 min readHow 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 ...02OA