Dionysis Zindros, National Technical University of Athens dionyziz@gmail.com
pseudonymous anonymous web-of-trust identity trust bitcoin namecoin proof-of-burn timelock decentralized anonymous marketplace openbazaar
Dionysis Zindros, National Technical University of Athens dionyziz@gmail.com
pseudonymous anonymous web-of-trust identity trust bitcoin namecoin proof-of-burn timelock decentralized anonymous marketplace openbazaar
| pragma solidity ^0.4.11; | |
| contract ViewCounter { | |
| address public donator; | |
| function ViewCounter() { | |
| donator = msg.sender; | |
| } | |
| function () payable { | |
| donator = msg.sender; |