Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

Transponder

Censorship-resistant short messaging built on the Ethereum blockchain, built and demoed at ETHWaterloo 2017.

The app relies upon this simple Solidity contract:

pragma solidity ^0.4.15;
contract Transponder {
 address public owner;
 event Squawk(address indexed _author, string _text);
 function Transponder() {
 owner = msg.sender;
 }
 function squawk(string _text) {
 Squawk(msg.sender, _text);
 }
}

About

a censorship-resistant short status messaging service on the Ethereum blockchain

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /