Giter Site home page Giter Site logo

yep / eth-tweet Goto Github PK

View Code? Open in Web Editor NEW
577.0 39.0 89.0 5.02 MB

Decentralized Twitter: A microblogging service running on the Ethereum blockchain

Home Page: http://ethertweet.net

License: GNU General Public License v3.0

Go 96.33% Shell 1.77% Ruby 1.90%
ethereum microblogging twitter

eth-tweet's People

Contributors

erkan-yilmaz avatar jgeewax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eth-tweet's Issues

geth ethereum javascript client

hello. it seems there is javascript implementations of essentially geth. would it be possible to access ethtweets/ui from a mobile browser then, and write tweets? or could you support metamask?

Unable to set address?

Hi I have had geth installed on my mac and got this from running eth.coinbase

Error: etherbase address must be explicitly specified
    at web3.js:3104:20
    at web3.js:6191:15
    at get (web3.js:6091:38)
    at <unknown>

What do I do? Is there any way to set the address?

price per tweet

"roughly two cents"

woah! literally giving someone their "two cents"

need a Dapp

Hello Yep,
Sorry, I will leave a sms here. I 'd like to buy a DApp same same like this. But I dont know to contact you. Please send me reply to my email for details dinhhien2006[at]gmail.com
Thank you

Suggestion for Following/Followers

Would it not make sense to have someone create a list of followers via their account, and then have them decrypt their list using their private key? Is that feasible in any way?

http://ethertweet.net/ui/ does not show me tweets, error not connected to geth is displayed

I am running geth through the command line (geth-windows-amd64-1.7.3-4bb3c89d)

I used this command: geth --rpc rpccorsdomain="http://ethertweet.net"

I get a bunch of logs which look really promising about all sorts of things like 'Importing new state entries' and whatnot.

However navigating to "http://ethertweet.net" just shows me an empty screen with an EtherTweet title in the top left and "not connected to geth" in the top right.

Super interested in this project though. Hope I can figure this out :/

Error: new BigNumber() not a base 16 number:

I tried the following as per the Readme:

  1. Installed Ethereum (in AWS micro instance having Ubuntu)
  2. Created an account via: geth account new
  3. Ran geth
  4. In a separate shell I ran geth attach to get interactive shell with the prompt: >
  5. Then I followed the following commands
var TweetAccount = web3.eth.contract([{"constant":true,"inputs":[],"name":"getOwnerAddress","outputs":[{"name":"adminAddress","type":"address"}],"type":"function"},{"constant":false,"inputs":[],"name":"adminDeleteAccount","outputs":[],"type":"function"},{"constant":false,"inputs":[{"name":"receiver","type":"address"}],"name":"adminRetrieveDonations","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"getLatestTweet","outputs":[{"name":"tweetString","type":"string"},{"name":"timestamp","type":"uint256"},{"name":"numberOfTweets","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[],"name":"isAdmin","outputs":[{"name":"isAdmin","type":"bool"}],"type":"function"},{"constant":true,"inputs":[{"name":"tweetId","type":"uint256"}],"name":"getTweet","outputs":[{"name":"tweetString","type":"string"},{"name":"timestamp","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[],"name":"getNumberOfTweets","outputs":[{"name":"numberOfTweets","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[{"name":"tweetString","type":"string"}],"name":"tweet","outputs":[{"name":"result","type":"int256"}],"type":"function"},{"inputs":[],"type":"constructor"}]).at("0x9e82d1745c6c9c04a6cfcde102837cf0f25efc56"); TweetAccount

> TweetAccount.getLatestTweet()
new BigNumber() not a base 16 number:
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at <unknown>
    at getLatestTweet (<anonymous>:-109371:-30)

But I didn't get any tweets; any help?

Not compatible with latest versions of solidity

I tried compiling with 0.7.6+commit.7338295f version of solidity, I got tons of error.

One example of error that arose was the fact that using suicide for destructing contracts has deprecated and selfDestruct has taken its place. New code will be merged here soon.

Twitter without GUI? Agh..

I would say that listing on http://dapps.ethercasts.com/ as 'live' is little bit stange while this 'Twitter' doesn't has any GUI. Actually, It is just a sophisticated twitter-like prototype for pure programmers only. It is definitly not supposed for ordinary users, as the Ethereum itself though. Sorry for my whining.

Retweet with existing Account

In the readme it's not getting clear to me, how I can tweet with an previously created existing account.
When I try to get the vaviable MyTweetAccount it returns "Contract mined! address...." but wit a new address.

How to get this Variable with my Existing Account?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.