https://github.com/tristanbilot/blockchain-chat-app
Simple Ethereum blockchain app for messaging and ether sending between Ganache addresses.
https://github.com/tristanbilot/blockchain-chat-app
blockchain ethereum ganache metamask smart-contracts truffle
Last synced: 8 months ago
JSON representation
Simple Ethereum blockchain app for messaging and ether sending between Ganache addresses.
- Host: GitHub
- URL: https://github.com/tristanbilot/blockchain-chat-app
- Owner: TristanBilot
- Created: 2021-10-24T12:29:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T09:10:47.000Z (over 4 years ago)
- Last Synced: 2025-09-13T18:14:35.825Z (9 months ago)
- Topics: blockchain, ethereum, ganache, metamask, smart-contracts, truffle
- Language: JavaScript
- Homepage:
- Size: 3.63 MB
- Stars: 33
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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