Skip to content

nrednav/explorerz

Repository files navigation

banner

Contributors Forks Stars Issues Vercel

Explorerz

Explorerz is a fun, creative and collaborative map building game built to run on the Flow blockchain.

It was developed over a week, as part of the inaugural Flow Hackathon in 2023.

Built With

Next JS React TypeScript TailwindCSS

Getting Started

The following steps will guide you through getting this project setup locally on your machine.

Pre-requisites

To build & interact with this project, you will need to have the latest version of the Flow CLI installed & setup.

You will also need to have Node.js installed.

Installation

  1. Clone the repository
git clone https://github.com/nrednav/explorerz.git
  1. Install dependencies
npm install

Configuration

There is a .env.example file in the project root directory.

Duplicate this, rename it to .env and you should be good to continue.

Setup

You will need a total of 4 terminal sessions:

  1. The Next.js app
npm run dev
  1. Emulator
cd flow
flow emulator
  1. Dev-Wallet
cd flow
flow dev-wallet
  1. Project Deployment
cd flow
flow project deploy --network emulator

Credits

Releases

No releases published

Packages

No packages published