An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

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