TristanBilot
blockchain-chat-app
JavaScript

Simple Ethereum blockchain app for messaging and ether sending between Ganache addresses.

Last updated Jan 5, 2026
35
Stars
15
Forks
1
Issues
0
Stars/day
Attention Score
24
Language breakdown
JavaScript 73.8%
CSS 13.6%
Solidity 6.8%
HTML 5.9%
Files click to expand
README

blockchain-chat-app

Simple Ethereum blockchain app for messaging and ether sending between Ganache addresses.

Stack

| | | | |---|---|---|

UI

Deploy

You first need to run Ganache on localhost:7545, install metamask in the browser, install dependencies and finally fire the react server.
npm install
npm run start

Features

  • connect to all the available wallet addresses available in Ganache
  • send messages between these addresses
  • store all the messages in the smart contract in order to fetch them back when the page is reloaded
  • monitor the state of the blockchain in real time when the transactions are executed
  • send ethereum between the addresses

© 2026 GitRepoTrend · TristanBilot/blockchain-chat-app · Updated daily from GitHub