Skip to content

onflow/monster-maker

banner

Monster Maker

Monster Maker is a mobile and web dApp ( distributed application ) on Flow Blockchain that allows users to connect a wallet, sign a transaction to mint an NFT (a monster) and display their collection of NFTs (their monsters) within the app. It’s meant to be a lightweight sample project to exemplify how to build a mobile or web dApp Flow project.

Project Structure

Before we get started, here is a general overview of the Monster Maker monorepo structure.

  • cadence folder is where the smart contract, transactions and queries located, you can use Flow CLI to develop and deploy the NFT contract.
  • iOS folder contains all the Swift code to exemplify how to build mobile dApp on Flow Blockchain
  • server folder will guide you on how to build a web dApp and API on Flow