Skip to content

calwhitmiredev/etherchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etherchat

A social media network based around the ethereum block-chain built off of solidity, java-script, and HTML.

It works by calling events to the ethereum blockchain, then by looking back throughout the blockchain to find the logs of the events.

Features:

  • Currently etherchat contains two events in the EthProj.sol contract.
    • Event 1: Message:
      • The message event contains three variables:
        • 1: Message text
        • 2: Sender
        • 3: Amount of gas
      • The Message event has been temporarily removed while a new system is being built to include support for new compression.
    • Event 2: Username
      • The username event contains three variables:
        • 1: Username
        • 2: Sender
        • 3: Amount of gas
      • The Username event is not fully implimented in the interface: still WIP.

Supporters: calwhitmiredev (devlopment)

About

A social media network based around the ethereum block-chain built off of solidity, java-script, and HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors