Instant Messaging Chat Room Application

Introduction

Simple chat application with Web3 (Metamask) wallet connection. Real-time messaging using web sockets. Web3 capabilities are limited to only wallet at the moment.

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Demo

Chat App Intro Chat App Messaging

Notes

Project was built with NextJS, Chakru UI, socket.io, and wagmi. Need to research more on switching between different wallets for the same user.

Web-single-chat