yep / eth-tweet

Decentralized Twitter: A microblogging service running on the Ethereum blockchain
http://ethertweet.net
GNU General Public License v3.0
578 stars 91 forks source link

Retweet with existing Account #5

Open digitaldonkey opened 8 years ago

digitaldonkey commented 8 years ago

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?

yep commented 8 years ago

Added the following to section Post a new Tweet:

If you want to post another tweet at a later time, do the following:

 - Define a variable for your tweet account as described in section `Reading Tweets on the Command Line`.
 - Post a new tweet by creating a transaction with `tweet.sendTransaction` as descibed in this section.

Does this answer your question?