/smart-contact-chat

Another chat but in a blockchain!

Primary LanguageJavaScriptMIT LicenseMIT

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 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