John Vesterjohnjvester.hashnode.dev·Sep 21, 2023Build a Flow Collectibles Portal Using Cadence (Part 2)Welcome to the final step in creating your Collectibles portal! Part one of this short series focused on building the collections portal. In this part, we'll focus on building the frontend—the last piece of the puzzle. Here's what we'll achieve: Con...DiscussWeb Development
John Vesterjohnjvester.hashnode.dev·Sep 18, 2023Build a Digital Collectibles Portal Using Flow and Cadence (Part 1)In this tutorial, we’ll learn how to make a website for collecting digital collectibles (or NFTs) on the blockchain Flow. We'll use the smart contract language Cadence along with React to make it all happen. We'll also learn about Flow, its advantage...DiscussWeb3
lanford33lanford33.com·Sep 18, 2023Flownaut WalkthroughHello Flownaut Link: https://flownaut.ecdao.org/en/hello-flownaut This is a tutorial level. Call the changeGreeting method and change greeting to You have been hacked! to complete the level. import HelloFlownaut from 0xe44d046a90d02758 transaction {...Discusscadence
Nicholas Glazerglazer.hashnode.dev·Sep 11, 2023The Flow Blockchain Hackaton Season 2Intro My second hackathon was on the Flow chain. You might ask why I specifically chose Flow and not any other hackathon? The answer is quite simple. I was part of the community from the very beginning; during the ICO, when I first heard about the pr...Discuss·2 likeshackathon
Phillfullstackpho.com·Jun 23, 2023Interfaces on FlowHi! 👋 My name is Phill and I am Blockchain Tech Lead at The Fabricant and a Community Rep for Flow. You can find me on:Discord: Phill#1854Email: fullstackpho@protonmail.comGithub: https://github.com/ph0ph0Twitter: https://twitter.com/fullstackpho Fo...Discussflow
Amethystamethystcodes.hashnode.dev·Mar 22, 2023Flow CLI Super CommandsIntroduction to Flow CLI Super Commands In this tutorial, we’ll cover how to use the Flow Command-Line Interface (CLI) super commands setup and dev. In January 2023, the Flow team introduced a new set of commands, setup and dev. The goal was to make ...Discuss·50 readsFlowflow
Line Tousignantblockversity.hashnode.dev·Feb 9, 2023How to build a DAO on FlowThe following Article is the first in a series of articles that will help you build a DAO on the Flow network using Cadence. What Is a Decentralized Autonomous Organization (DAO)? A decentralized autonomous organization (DAO) is an emerging form of ...DiscussTutorial and code samples on building a DAO on Flow blockchainBlockchain
Amethystamethystcodes.hashnode.dev·Dec 29, 2022Learn Cadence and DApp Development on the Flow BlockchainWhat is Cadence? Cadence is the smart contract language used on the Flow Blockchain. It's a resource-oriented language, inspired by Swift, Kotlin, and Rust. Cadence features include: Use of resources Capability-based security Type safety and stron...Discuss·77 readsFlowBlockchain
John Vesterjohnjvester.hashnode.dev·Dec 6, 2022Flow & Cadence Best Practices, Patterns, and Anti-PatternsThroughout this article series, we’ve introduced you to the Flow blockchain, its smart contract language Cadence, and some of the most essential tools developers should know, all while comparing and contrasting to Ethereum. In this article, we will t...Discuss·2 likes·43 readsWeb3
Amethystamethystcodes.hashnode.dev·Oct 19, 2022Flow Playground: Getting StartedThe Flow Playground is an editor and emulator built directly into the browser. Using the playground, developers can start learning to write Cadence smart contracts and interact with a local Flow emulated blockchain using scripts and transactions. You...Discuss·89 readsFlowcadence