Skip to content

A boiler plate application to demonstrate how to build a decentralized application on Flow

Notifications You must be signed in to change notification settings

dangerousfood/create-flow-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Flow Dapp

This guide will take you through the environmental setup of Flow.

We will be installing the flow emulator, installing and configuring the dev-wallet, and using flow client library (fcl) to interact with the previous two.

Prerequisites

  • Mac OS or Linux
  • NodeJS
  • Node Package Manager (NPM)
  • Git
  • Curl

Setup dapp

git clone git@github.com:dangerousfood/create-flow-dapp.git
cd create-flow-dapp
npm install

Flow emulator setup

This installation method only works on macOS/x86-64 and Linux/x86-64 architectures.

This script downloads and installs the appropriate binary for your system:

sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
flow emulator start --init

dev-wallet Setup

npm run dev:wallet

Run dapp

npm run start

This should open a browser to the dev server at http://localhost:3000. If it does not navigate to your browser and enter the following URL

About

A boiler plate application to demonstrate how to build a decentralized application on Flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published