Skip to content

Wallet-Chat/walletchatFE

Repository files navigation

WalletChat is a web app, Widget and browser extension that makes communication easy in web3!

Features

  • Chat with any wallet address
  • Include NFT context into chat for trading
  • View comments about an NFT

Screenshots

alt text

alt text

To get it running

Front-end (this repo)

npm run build

Builds the app for production to the build folder.
Go to 'Manage Extensions' in Chrome > Load unpacked > select the 'build' folder.
The extension should now be installed.

Back-end

https://github.com/cryptoKevinL/restWalletChat

The back-end consists of IPFS, an SQL database and REST API for interacting with the front-end. We use a server for speed so as to improve user experience, with the decentralized IPFS for storing and pinning messages that can be retrieved by users. Messages are protected by a decentralized encryption method.