John VesterforJohn Vesterjohnjvester.hashnode.net·Oct 18, 2022An Overview of the Tools for Developing on Flow & CadenceSmart contract development is no different than other types of software development. Code is written to perform a certain task, and there are tools that help make this process easier. The Ethereum ecosystem contains many mature tools to help build We...Discuss·2 likes·27 readsWeb3
John VesterforJohn Vesterjohnjvester.hashnode.net·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·34 readsWeb3
John VesterforJohn Vesterjohnjvester.hashnode.net·Sep 16, 2022From Ethereum To Flow – An Introduction To The Flow BlockchainIn the fast-paced world of Web3, there is no shortage of innovative new technologies to explore. If you are a Solidity developer looking to build on a blockchain that is faster, safer, and more scalable than Ethereum, then Flow is an option you can’t...Discuss·32 readsWeb3
AmethystforAmethyst's Blogamethystcodes.hashnode.net·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 ...DiscussFlowflow
Line TousignantforblockVersityblockversity.hashnode.net·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
AmethystforAmethyst's Blogamethystcodes.hashnode.net·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·59 readsFlowBlockchain
John VesterforJohn Vesterjohnjvester.hashnode.net·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·34 readsWeb3
AmethystforAmethyst's Blogamethystcodes.hashnode.net·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·47 readsFlowcadence
John VesterforJohn Vesterjohnjvester.hashnode.net·Oct 18, 2022An Overview of the Tools for Developing on Flow & CadenceSmart contract development is no different than other types of software development. Code is written to perform a certain task, and there are tools that help make this process easier. The Ethereum ecosystem contains many mature tools to help build We...Discuss·2 likes·27 readsWeb3
John VesterforJohn Vesterjohnjvester.hashnode.net·Sep 16, 2022From Ethereum To Flow – An Introduction To The Flow BlockchainIn the fast-paced world of Web3, there is no shortage of innovative new technologies to explore. If you are a Solidity developer looking to build on a blockchain that is faster, safer, and more scalable than Ethereum, then Flow is an option you can’t...Discuss·32 readsWeb3
ChainIDEforChainIDEchainide.hashnode.net·Sep 24, 2021ChainIDE team launched the Vim plug-in supporting Cadence language to help Flow and ChainIDE…Recently, Pure White Matrix launched the coc-cadence plug-in (https://github.com/Lucklyric/coc-cadence) to realize the migration of the official VSCcode-Cadence plug-in to the Vim ecosystem, helping the ecological construction of Flow and ChainIDE. A...DiscussChainIDE