https://github.com/ragnarok22/smart-contact-chat
Another chat but in a blockchain!
https://github.com/ragnarok22/smart-contact-chat
Last synced: about 1 month ago
JSON representation
Another chat but in a blockchain!
- Host: GitHub
- URL: https://github.com/ragnarok22/smart-contact-chat
- Owner: ragnarok22
- License: mit
- Created: 2021-10-09T16:39:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T21:36:05.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:45:07.288Z (9 months ago)
- Language: JavaScript
- Homepage: smart-contact-chat.vercel.app
- Size: 563 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cuban-opensource - smart contract chat
README
# Smart contact chat
> Another public chat but in a blockchain!## Folder structure:
- `contracts`: here you can find all contracts write in Solidity 0.5.16
- `client`: Here is the frontend in React## How run locally
This project use [truffle](https://www.trufflesuite.com) for easy deploy.### Command for compiling smart contract:
truffle compile
### Command for deploy smart contract
truffle migrate
### Running the smart contract tests
truffle test
## How deploy
TODO