DAMIAN ROBINSONdamianrobinson.hashnode.dev·Oct 13, 2024How To Create An NFT On BitcoinIntroduction About time we create our own SIP009-compliant NFT! We will quickly go over the aforementioned built-in NFT functions to understand how they work and what their limitations are, and then use them to implement the SIP009 trait. Step 1: Def...DiscussBitcoin
DAMIAN ROBINSONdamianrobinson.hashnode.dev·Sep 5, 2024Bitcoin Smart Contracts: Handling ErrorsWhen you're developing smart contracts, especially on the Bitcoin blockchain using Clarity, handling errors early on is an important step. It’s like building the foundation of a house—you want to make sure it’s strong and stable. Errors aren't just b...Discussbitcoin smart contracts
DAMIAN ROBINSONdamianrobinson.hashnode.dev·Jul 3, 2024Bitcoin Builder's DeckFor anyone interested in building smart contracts on Bitcoin, I've put together this comprehensive list of vocabulary words and phrases to help you–and myself–become an expert in the Clarity programming language, with short definitions for each term....Discuss·1 likeclarity-lang
ϏforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Apr 10, 2024Comparing Solidity With ClarityWriting smart contracts for Bitcoin was limited in the past, but with Stacks, this changed. Its Clarity programming language allows you to build Bitcoin smart contacts similar to those on the Ethereum network while being more secure than Solidity at ...Discuss·102 readsBitcoin
Osikhena Oshomahjamiescript.hashnode.dev·Feb 21, 2024My Journey So Far With Clarity As A Solidity DeveloperIntroduction The D_D Hiro workshop "Learn Stacks as a Solidity Developer: An Intro to Developing Bitcoin Smart Contracts" introduced me to the Clarity programming language. Clarity is a smart contract language for the Stacks blockchain that enables d...Discuss·31 readsclarity
DAMIAN ROBINSONdamianrobinson.hashnode.dev·Nov 9, 2023Stacks, Clarity, & BitcoinEthereum? Ewww! Ethereum sucks. At least, in my opinion. 🤷🏽♂️ Who the hell wants to deal with those ridiculous gas fees to do literally anything on the network? To me, it's complete garbage. I was learning Solidity, which on it's own is a nice pro...DiscussBitcoin
DAMIAN ROBINSONdamianrobinson.hashnode.dev·Oct 26, 2023Clarity: Smart Contract Language of ChoiceOff Rip I’ve never been a fan of Ethereum. I love the NFT space, but not via ETH. Solana, which I do like, doesn't fit the bill as the blockchain for my long-term goals. I’ve been mulling over whether I should learn C++, Rust, or Swift as my base lan...Discussclarity
Asritha Divineasritha.hashnode.dev·Oct 19, 2023A Guide to Different Types of Image FormatsHi there 👋!! If you are working with images, you may have encountered different types of image formats, such as JPEG, PNG, GIF, BMP, TIFF, etc. Have you ever wondered what these mean 🧐?? Well, if you haven't then it's okay as I was the same as you ...Discuss·11 likes·37 readsProgramming Blogs
Kay Newtonsensiblyselfish.com·Oct 18, 2023Creating Clarity - Part 1The age of 45 often ushers in a unique set of time-related challenges. The juggling act of family, career, and personal aspirations can feel like a high-stakes tightrope walk. It's easy to succumb to the pressure of societal expectations, to stretch ...DiscussDecluttering
David Jesseenzu.hashnode.dev·Sep 8, 2023How to create a Fungible token using ClarityTABLE OF CONTENTS Introduction Prerequisite Installing Clarinet On macOS On Windows Creating a new Clarinet project Adding a new contract Creating and implementing SIP-10 traits SIP-010 traits? Creating and Implementing SIP-010 trait function...Discuss·1 like·78 readsBlockchain