Kenny RogersforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Sep 1, 2022Building an NFT with Stacks and ClaritySmart contract development is a high stakes game. We are writing code that can be seen by anyone, called by anyone, is immutable once deployed, and handles peoples’ real world financial assets. Over the last few years, we have seen tens of millions o...Discuss·22 likes·677 readsWeb3
Mide SofekforMide Sofekmidesofek.hashnode.net·Jan 12, 2023How to Build Your First Decentralized Voting Smart Contract on Stacks BlockchainIntroduction This is a comprehensive step-by-step tutorial on how to build your first decentralized voting Smart Contract on the Stacks blockchain using the Clarity programming language. In this tutorial, you will learn: How to setup a Clarity Devel...Discuss·8 likes·138 readsclarity-tutorial
Dhruv AgarwalforDhruv's blog dhruvagarwal.hashnode.net·Nov 14, 2022Guide to Create Your first Token on Stacks BlockchainThis Blog is a tutorial on "How to Create your First token on Stacks" . We will learn more about tokens on Stacks , Setting up a Dev Environment for creating the Smart Contract , Create a token , deploy them on Blockchain and even test them. So let...Discuss·5 likes·61 readsStacks
Jayesh BatraforData Structures & Algorithmsjayeshbatra.hashnode.net·Mar 31, 2023Implement A Stack Using an ArraySo hey, in this article we are going to learn to Implement A Stack Using an Array Why? Implementing a stack using an array is a common approach in computer programming for several reasons: Efficiency: Arrays offer constant-time access to elements in...DiscussStacks
Kenny RogersforKenny Rogerskrgrs.hashnode.net·Mar 22, 2023Getting Set Up with Stacks for Bitcoin App DevelopmentUp until now, we've lived mainly inside of Bitcoin itself, learning about the internals of how it works. During that, we've also been exposed to some of the main drawbacks of attempting to build fully decentralized applications on Bitcoin. First, it ...Discuss·1 like·39 readsThe Ultimate Guide to Full-Stack Bitcoin DevelopmentBitcoin
Miguel AcevedoforMiguel Acevedo's blogmimixtech.hashnode.net·Feb 26, 2023Memory Allocation in Programming 101Introduction As a software developer, you may have heard of the terms Stack, Heap and Code Section. These are three important sections of a running program, and understanding them is essential to writing efficient and effective code. In this post, I'...Discussdata structure and algorithms
Mide SofekforMide Sofekmidesofek.hashnode.net·Jan 12, 2023How to Build Your First Decentralized Voting Smart Contract on Stacks BlockchainIntroduction This is a comprehensive step-by-step tutorial on how to build your first decentralized voting Smart Contract on the Stacks blockchain using the Clarity programming language. In this tutorial, you will learn: How to setup a Clarity Devel...Discuss·8 likes·138 readsclarity-tutorial
David JohnforMcsavvymcsavvy.hashnode.net·Dec 10, 2022First In, First Out or Last In, First Out: The Power of Stacks and QueuesWhat Are Stacks And Queues stacks A stack is a collection of objects that are stored and accessed according to the last-in, first-out (LIFO) principle. This means that the last object added to the stack will be the first one to be removed. Stacks are...Discuss·111 readsPython For Future DevsPython
Muhammad RazaforRaza's Blogmraza.hashnode.net·Nov 18, 2022Crowdfunding Smart Contract on Stacks using ClarityIn this tutorial, I will be walking you through developing a crowdfunding clarity smart contract along with a brief introduction of the Stacks Blockchain and clarity programing language. In this tutorial we will be writing code, which is being execut...Discuss·2 likes·82 readsclarity
Dhruv AgarwalforDhruv's blog dhruvagarwal.hashnode.net·Nov 14, 2022Guide to Create Your first Token on Stacks BlockchainThis Blog is a tutorial on "How to Create your First token on Stacks" . We will learn more about tokens on Stacks , Setting up a Dev Environment for creating the Smart Contract , Create a token , deploy them on Blockchain and even test them. So let...Discuss·5 likes·61 readsStacks
Aakanksha MahajanforStacks & Clarity Languagedevsupernova.hashnode.net·Oct 24, 2022Interact with Stacks blockchain on TestnetStacks is a layer 1 blockchain anchored directly to Bitcoin via the Proof of Transfer consensus mechanism bringing smart contracts to Bitcoin. To note, Smart contracts on Stacks do not alter any Bitcoin properties. There are a lot of misconceptions a...Discuss·34 readsclarity
Rodney Lab - Content Site WebDev & ServerlessforAsk Rodneyrodneylab.hashnode.net·Oct 18, 2022Fastify GraphQL API Stack📈 Why Work on a New GraphQL API Stack? Here I talk a little about a Fastify GraphQL API stack I have assembled and some of the choices made. This stack is something I will use as a staring point for new node backends which I want to interface with ...Discuss·2 likes·40 readsGraphQL
Kenny RogersforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Sep 1, 2022Building an NFT with Stacks and ClaritySmart contract development is a high stakes game. We are writing code that can be seen by anyone, called by anyone, is immutable once deployed, and handles peoples’ real world financial assets. Over the last few years, we have seen tens of millions o...Discuss·22 likes·677 readsWeb3