Skip to content

VinayakRugvedi/migawe

Repository files navigation

Migawe

Migawe uniquely combines games, rewards, branding, and engagement enhancement for dApps to drive web3 adoption, unite brands and users, and create a thriving ecosystem

The current stable version of the product is live here!

NOTE: The complete stable production code is present at the develop branch. Switch to develop branch if you haven't

We are in the process of sorting a few stuff and merging the code from develop to master

Introduction

This repository contains the frontend code of https://www.migawe.xyz/

If you are specifically interested in checking out how smart contracts are being integrated, you can checkout the following sections of code:

  1. Game Wallet Implementation
  2. Wallet Actions Implementation

We are using ThirdWeb React SDK

Other resources

The following are the resources which make this product complete and functional:

  1. Game Contract
  2. Game Logic & zk circuits
  3. Match Making Server

Running it locally

Follow the steps mentioned below:

  1. Clone this repository

  2. Checkout to develop branch git checkout develop

  3. Install dependencies npm install

  4. Start the application npm run start

  5. Open localhost:3000 on your browser