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
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:
We are using ThirdWeb React SDK
The following are the resources which make this product complete and functional:
Follow the steps mentioned below:
-
Clone this repository
-
Checkout to develop branch
git checkout develop
-
Install dependencies
npm install
-
Start the application
npm run start
-
Open
localhost:3000
on your browser