0x9b23…24c2

All memos sent from and to 0x9b23…24c2.

Register.eth Security Review Bounty programAnnouncement: https://medium.com/registereth Security Review Bounty program - Looking for Sponsors https://docs.google.com/document/d/1om1mXUIt4BhZ5qb4PyULadd_xQnZBH6At3S180NKzyw/edit?usp=sharing
Great! News is: Our Project will expand over time. Therefore we need a solid techstack. Webpack, ReactJS with Material Design like Ethlance would be very well seen. Would that work for you? Here is our channel where you can request all the info necessary https://gitter.im/registereth/Lobby?source=orgpage . Prototype for the frontend https://ipfs.io/ipfs/QmcHun2psVr1ZAuQmPanHT3Scup8o1dUC88t1JJHNxhiVp/ The hash is simply a string in the reddit URL. Read the instructions on IPFS and you will understand...
Write "Proof of Reddit" contract# US-1: As a Redditor I want to link (and update anytime) my u/<username> to a ethereum address # ## US-1 AT-1 ## GIVEN a reddit user account and a directory r/ethereumproofs/, WHEN I post an address to a the directory and submit r/ethereumproofs/<hash>/<address> to the smart contract function RedditRegister.update(<hash>,<address>) THEN my reddit name and my address is inserted or updated into the Registry # US-2: As a smart contract developer I want to lookup the address of a redditor # ## US-2 AT-1 ## GIVEN a <name><address> pair in the registry WHEN I access RedditRegister.lookupAddr(<username>) THEN it returns me the actual address linked to the reddit username or 0x0 # US-3: As a smart contract developer I want to lookup the reddit username of an address # ## US-3 AT-1 ## GIVEN a <name><address> pair in the registry WHEN I access RedditRegister.lookupName(<address>) THEN it returns me the actual username of the redditor