© 2023 Hashnode
#cadence
Introduction 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…
The 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 aut…
What 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…
Throughout 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 c…
The 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 emula…
Smart 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 eco…
In 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 scalab…
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 t…