ragnarok22 / smart-contact-chat

Another chat but in a blockchain!

Home Page:smart-contact-chat.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Another chat but in a blockchain!

smart-contact-chat.vercel.app

License:MIT License


Languages

Language:JavaScript 70.9%Language:HTML 10.9%Language:CSS 9.6%Language:Solidity 8.6%