Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 706 Bytes

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.