© 2023 Hashnode
#stacks
Introduction 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 writ…
Introduction 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 tutor…
What 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 sta…
In 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 tutor…
This 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 , dep…
Stacks 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 Bitco…
📈 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…
Smart 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 t…