create account

Ξthereum Devcon3 Summary - Day 3 by joshbreslauer

View this thread on: hive.blogpeakd.comecency.com
· @joshbreslauer · (edited)
$1.41
Ξthereum Devcon3 Summary - Day 3
# <center>Creating the Future of Business</center>
## <center>Insight one of the most significant FinTech conferences  these times.</center>
_____________
_________

![devcon3.png](https://steemitimages.com/DQmepXYZWVC45Fmyg5JTU13tZHEFKFdujkS2uVfrTJBS4ah/devcon3.png)
***Nov 3rd, 2017- Cancun, Mexico***
<center>Jump to Summary</center>
<center>[Day 1](https://steemit.com/ethereum/@joshbreslauer/ethereum-devcon3-summary-day-1) | [Day 2](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-2) | [Day 3](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-3) | [Day 4](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-4)</center>
___________

## <center>Ξthereum Devcon3 Summary</center>

# <center>Day 3</center>

https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be

__________________
- #### Hudson Jameson — [Intro to Solidity](https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=35s)
Solidity is an easy to understand, hard to make secure high level language for the EVM.
_______________________________________
- #### Dr. Christian Reitwiessner — [Flexibility in Solidity](https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=17m39s)
The original design of Solidity allowed for too much flexibility, now the development is coming around to making it simpler and more predictable.
______________
- #### Victor Maia, Everton Fraga— [Mist: Towards a Decentralized, Secure Architecture](https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=37m14s)
Update on the Mist browser development. Mist is a rich featured Ethereum browser and wallet that runs a full node locally.
_____________________
- #### Rob Stupay, Yann Levreau — [DApp development with Remix, Mist & Geth](https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=1h11m41s)
Using Remix in your web browser is a powerful, easy-to-use development environment that lets you write and now debug Solidity code.
__________________
- #### Andy Milenius— [DAppHub](https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=1h31m14s)
Bring Unix design philosophy for DApps.
(...a program should do 1 thing, do it well, and be interoperable with other programs.)
___________________________
- #### Raine Rupert Revere —[ Balancing Decentralization with Usability: Skillful Product Design in the Movement Towards Full Decentralization](https://youtu.be/k42YNyvG8CU?t=1h51m21s)
This talk enumerated a set of top design patterns and methodologies learned by Raine from experience in writing and deploying code to prod.
_____________________
- #### Aaron Davis, Frankie Pangilinan — [MetaMask: Dissecting the Fox](https://youtu.be/k42YNyvG8CU?t=2h12m39s)
https://metamask.io/img/ethereum-metamask-chrome.png
A lot ofUpdates on MetaMask. 
Browsers now supported: Chrome, FireFox, Opera and Brave. 
_______________
_________________
https://www.youtube.com/watch?v=FPHXbJPVVaA

________________
- #### Fabian Vogelsteller — [Web3.js 1.0](https://youtu.be/FPHXbJPVVaA?t=7s)
A Ethereum Javascript API
__________________________
- #### Jack Peterson — [Missing Links in the Ethereum Stack](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=19m48s)
List of open bounties for missing pieces in the Ethereum ecosystem: 1. portable Solidity debugger. 2 pragma for simplified subset of Solidity 3. Solidity stack popper 4. ability to get return values from externally invoked (eth_sendTransaction) functions.
____________________
- #### EthJS – [Precision Ethereum Javascript Architecture for dApps](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=43m20s)
Consider EthJS for high precision arithmetic for smart contracts to avoid problems dealing with monetary transactions (e.g. rounding). Consider ethdeploy / ethjs-deploy: analogous to WebPack for language agnostic, complex smart contract deployments
___________________________
- #### [Panel on Development Frameworks](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=1h1m38s)
There’s an existing vibrant community for tool development on multiple languages and tech stacks. There’s a strong push strategically to have support for Ethereum across several different languages, Python, JS, Java, Go, etc. There’s a need for more developers to get involved.
_________________________
- #### Michael Sena, Rouven Heck, Pelle Braengaard — [Uport: Usable Key Management for Multiple Identities across Multiple Chains](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=1h38m23s)
____________________________________
- #### Sam Chadwick, Tim Nugent —[Data is the Missing Link](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=2h29m41s)

There’s a big need to supply external data to on-blockchain contracts via Oracle. Thompson Reuters has created the Oracle service BlockOne IQ, which supplies data to dApps for traditional financial market info, exchange rates, commodity prices, energy prices, and more.
__________________________________
- #### Thomas Bertani — [Scalable On-chain Verification for Authenticated Data Feeds and Off-chain Computations](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h9m47s)
There are many approaches to the level of confidence Oracles can provide in attestation, including TLS Notary, Trusted Hardware and Native Signatures, and Attestation Consortium. Oraclize is a service that uses multiple layers of protection.
_______________
- #### Edmund Edgar — [Snopes Meets Mechanical Turk on the Blockchain: Reality Keys, On-chain Truth Verification and Subjectivocracy](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h29m30s)
Edmund discusses the problem of verifying what is true/real, highlighting the example of fake news. He presents the [RealityCheck](https://realitykeys.github.io/realitycheck/) system as an experiment in addressing this. He also proposed the idea of embracing hard forks and divergence in agreement: [fork all the things.](https://decentralize.today/get-the-facts-hard-fork-all-the-things-3ea2233da0fd)
__________________
- #### Andrew Miller — [Mind the Gap: Application Driven Evaluation of Smart Contract Languages](https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h49m37s)
Analysis of implementation of games (e.g. lotteries), on Bitcoin’s scripting language vs Ethereum. There are multiple tradeoffs to consider for different approaches.
________________
<center>Jump to Summary</center>
<center>[Day 1](https://steemit.com/ethereum/@joshbreslauer/ethereum-devcon3-summary-day-1) | [Day 2](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-2) | [Day 3](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-3) | [Day 4](https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-4)</center>
_______________
______________
![DQmR8j5rBw2LjJ587XHRntjX8zyewKf4ewmiGtsdBzMRLVq.png](https://steemitimages.com/DQmR8j5rBw2LjJ587XHRntjX8zyewKf4ewmiGtsdBzMRLVq/DQmR8j5rBw2LjJ587XHRntjX8zyewKf4ewmiGtsdBzMRLVq.png)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorjoshbreslauer
permlinkksthereum-devcon3-summary-day-3
categoryethereum
json_metadata{"tags":["ethereum","science","technology","crypto","devcon"],"image":["https://steemitimages.com/DQmepXYZWVC45Fmyg5JTU13tZHEFKFdujkS2uVfrTJBS4ah/devcon3.png","https://img.youtube.com/vi/k42YNyvG8CU/0.jpg","https://metamask.io/img/ethereum-metamask-chrome.png","https://img.youtube.com/vi/FPHXbJPVVaA/0.jpg","https://steemitimages.com/DQmR8j5rBw2LjJ587XHRntjX8zyewKf4ewmiGtsdBzMRLVq/DQmR8j5rBw2LjJ587XHRntjX8zyewKf4ewmiGtsdBzMRLVq.png"],"links":["https://steemit.com/ethereum/@joshbreslauer/ethereum-devcon3-summary-day-1","https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-2","https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-3","https://steemit.com/ethereum/@joshbreslauer/ksthereum-devcon3-summary-day-4","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=35s","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=17m39s","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=37m14s","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=1h11m41s","https://www.youtube.com/watch?v=k42YNyvG8CU&feature=youtu.be&t=1h31m14s","https://youtu.be/k42YNyvG8CU?t=1h51m21s","https://youtu.be/k42YNyvG8CU?t=2h12m39s","https://www.youtube.com/watch?v=FPHXbJPVVaA","https://youtu.be/FPHXbJPVVaA?t=7s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=19m48s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=43m20s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=1h1m38s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=1h38m23s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=2h29m41s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h9m47s","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h29m30s","https://realitykeys.github.io/realitycheck/","https://decentralize.today/get-the-facts-hard-fork-all-the-things-3ea2233da0fd","https://www.youtube.com/watch?v=FPHXbJPVVaA&feature=youtu.be&t=3h49m37s"],"app":"steemit/0.1","format":"markdown"}
created2017-11-20 01:56:48
last_update2017-11-21 22:56:48
depth0
children18
last_payout2017-11-27 01:56:48
cashout_time1969-12-31 23:59:59
total_payout_value1.327 HBD
curator_payout_value0.085 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,049
author_reputation9,129,838,724,672
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,932,485
net_rshares617,664,331,287
author_curate_reward""
vote details (38)
@amanda12 ·
![DQmafpJBTSeYVYnWt8FT9qyt6hEzYUpTvubPancWfT4vkUh_640x480.jpg](https://steemitimages.com/DQmR2LQjkrDtSuRK6JcdRG4D1tNo1oG4rJS5ZCpxtjvJjfg/DQmafpJBTSeYVYnWt8FT9qyt6hEzYUpTvubPancWfT4vkUh_640x480.jpg)
properties (22)
authoramanda12
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171121t152839739z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://steemitimages.com/DQmR2LQjkrDtSuRK6JcdRG4D1tNo1oG4rJS5ZCpxtjvJjfg/DQmafpJBTSeYVYnWt8FT9qyt6hEzYUpTvubPancWfT4vkUh_640x480.jpg"],"app":"steemit/0.1"}
created2017-11-21 15:28:39
last_update2017-11-21 15:28:39
depth1
children0
last_payout2017-11-28 15:28:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation1,139,356,453,516
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,100,465
net_rshares0
@crypto-trail ·
$0.67
Interesting, exact same summary here:
https://medium.com/@brandon.obrien/ethereum-devcon3-summary-day-3-c374c1dd9f48
👍  
properties (23)
authorcrypto-trail
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t033139382z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://medium.com/@brandon.obrien/ethereum-devcon3-summary-day-3-c374c1dd9f48"],"app":"steemit/0.1"}
created2017-11-20 03:31:42
last_update2017-11-20 03:31:42
depth1
children1
last_payout2017-11-27 03:31:42
cashout_time1969-12-31 23:59:59
total_payout_value0.503 HBD
curator_payout_value0.167 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation18,135,272,099,282
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,938,105
net_rshares292,228,362,644
author_curate_reward""
vote details (1)
@joshbreslauer ·
True indeed. This post is a combined, adjusted and shortened summary for everybody who is interested into the details of the talks. 

all sources:
https://medium.com/@brandon.obrien/ethereum-devcon3-summary-day-3-c374c1dd9f48
http://www.ryanyosua.me/devcon-3-talks/
https://www.youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g/videos
https://ethereumfoundation.org/devcon3/
https://metamask.io/
properties (22)
authorjoshbreslauer
permlinkre-crypto-trail-re-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t054506392z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://medium.com/@brandon.obrien/ethereum-devcon3-summary-day-3-c374c1dd9f48","http://www.ryanyosua.me/devcon-3-talks/","https://www.youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g/videos","https://ethereumfoundation.org/devcon3/","https://metamask.io/"],"app":"steemit/0.1"}
created2017-11-20 05:45:06
last_update2017-11-20 05:45:06
depth2
children0
last_payout2017-11-27 05:45:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length390
author_reputation9,129,838,724,672
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,946,445
net_rshares0
@david786 ·
$1.27
This content is for informational, educational and research purposes only.
Please get the advice of a competent financial advisor before investing your money in any financial instrument.
👍  
properties (23)
authordavid786
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20180209t151308443z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-02-09 15:13:15
last_update2018-02-09 15:13:15
depth1
children0
last_payout2018-02-16 15:13:15
cashout_time1969-12-31 23:59:59
total_payout_value0.950 HBD
curator_payout_value0.316 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation255,736,374,135
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,191,225
net_rshares176,233,248,009
author_curate_reward""
vote details (1)
@deybala ·
Nice post beautiful presented and explained. detail oriented with nice  ethereiuem information dear @joshbreslauer . thank you for sharing
properties (22)
authordeybala
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20180210t191450057z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["joshbreslauer"],"app":"steemit/0.1"}
created2018-02-10 19:14:51
last_update2018-02-10 19:14:51
depth1
children0
last_payout2018-02-17 19:14:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation652,304,661,449
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,484,393
net_rshares0
@faisal79 ·
$0.41
Interesting post,,,,,,,,,,,,,,
that was great to read.........thanks for sharing
👍  
properties (23)
authorfaisal79
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171122t045523289z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-22 04:55:33
last_update2017-11-22 04:55:33
depth1
children0
last_payout2017-11-29 04:55:33
cashout_time1969-12-31 23:59:59
total_payout_value0.308 HBD
curator_payout_value0.102 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation1,364,151,823,900
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,164,841
net_rshares167,104,059,546
author_curate_reward""
vote details (1)
@greenwhell79 ·
Interesting, exact same summary here: This post is a combined, adjusted and shortened summary for everybody who is interested into the details of the talks.
👍  
properties (23)
authorgreenwhell79
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171129t063513664z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-28 04:36:09
last_update2017-11-28 04:36:09
depth1
children0
last_payout2017-12-05 04:36:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation-759,695,835
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,741,173
net_rshares0
author_curate_reward""
vote details (1)
@henryrider ·
$0.56
learn some new, love to read it..
👍  
properties (23)
authorhenryrider
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t211657055z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-20 21:17:00
last_update2017-11-20 21:17:00
depth1
children0
last_payout2017-11-27 21:17:00
cashout_time1969-12-31 23:59:59
total_payout_value0.419 HBD
curator_payout_value0.139 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation188,778,571,789
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,020,184
net_rshares241,161,540,482
author_curate_reward""
vote details (1)
@iqbal5 ·
$0.56
Interesting  post  Ethereum  coin  price  $368.38
👍  
properties (23)
authoriqbal5
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171121t162232016z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-21 16:22:33
last_update2017-11-21 16:22:33
depth1
children0
last_payout2017-11-28 16:22:33
cashout_time1969-12-31 23:59:59
total_payout_value0.555 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation992,924,990,381
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,105,946
net_rshares227,869,172,109
author_curate_reward""
vote details (1)
@jofri47 ·
$1.26
Nice cryptocurrency  post beautiful presented and explained. detail oriented with nice Ethereum information. thank you @joshbreslauer for sharing
👍  
properties (23)
authorjofri47
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20180209t194647609z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["joshbreslauer"],"app":"steemit/0.1"}
created2018-02-09 19:46:54
last_update2018-02-09 19:46:54
depth1
children0
last_payout2018-02-16 19:46:54
cashout_time1969-12-31 23:59:59
total_payout_value0.950 HBD
curator_payout_value0.314 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation-100,071,003,657
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,242,202
net_rshares176,233,248,009
author_curate_reward""
vote details (1)
@killerkuasha ·
$0.55
Cryptocurrencies are the future and thank goodness that we are part of it..good post
👍  
properties (23)
authorkillerkuasha
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t213701173z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-20 21:37:00
last_update2017-11-20 21:37:00
depth1
children0
last_payout2017-11-27 21:37:00
cashout_time1969-12-31 23:59:59
total_payout_value0.415 HBD
curator_payout_value0.138 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation2,213,124,390,757
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,021,627
net_rshares239,262,630,714
author_curate_reward""
vote details (1)
@rahulislam ·
This is going to be tough to be able to predict the outcome of the market. But one thing am kinda of sure is that they wont put a ban on cryptocurrency. There's going to be lots of attempts at centralized regulations but the specific regulatory guidelines is what I can't say...

So lets hope for the best while hodling on.
properties (22)
authorrahulislam
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20180209t151202803z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-02-09 15:12:06
last_update2018-02-09 15:12:06
depth1
children0
last_payout2018-02-16 15:12:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length323
author_reputation323,671,037,110
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,190,954
net_rshares0
@rahulsaini ·
$0.51
Great post @joshbreslauer
Looking forward to your future post.
Have a good day 
Upvoted -Followed
👍  
properties (23)
authorrahulsaini
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t060346777z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["joshbreslauer"],"app":"steemit/0.1"}
created2017-11-20 06:03:48
last_update2017-11-20 06:03:48
depth1
children0
last_payout2017-11-27 06:03:48
cashout_time1969-12-31 23:59:59
total_payout_value0.385 HBD
curator_payout_value0.128 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation4,277,748,576,075
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,947,744
net_rshares222,017,652,139
author_curate_reward""
vote details (1)
@sansastark ·
Useful and informative post thank you dear friend @joshbreslauer its very helpfull for   all steemars
properties (22)
authorsansastark
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20180210t140247530z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["joshbreslauer"],"app":"steemit/0.1"}
created2018-02-10 14:03:12
last_update2018-02-10 14:03:12
depth1
children0
last_payout2018-02-17 14:03:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation150,484,825,491
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,423,459
net_rshares0
@sizuka ·
![DQmSHPN9YisEkq8QLpywF47rFEraSVN94fP5m5bVF7F4YpK.gif](https://steemitimages.com/DQmSHPN9YisEkq8QLpywF47rFEraSVN94fP5m5bVF7F4YpK/DQmSHPN9YisEkq8QLpywF47rFEraSVN94fP5m5bVF7F4YpK.gif)
👍  
properties (23)
authorsizuka
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171123t061745949z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://steemitimages.com/DQmSHPN9YisEkq8QLpywF47rFEraSVN94fP5m5bVF7F4YpK/DQmSHPN9YisEkq8QLpywF47rFEraSVN94fP5m5bVF7F4YpK.gif"],"app":"steemit/0.1"}
created2017-11-23 06:17:57
last_update2017-11-23 06:17:57
depth1
children0
last_payout2017-11-30 06:17:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation1,400,234,303,119
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,267,856
net_rshares0
author_curate_reward""
vote details (1)
@sizuka ·
-Excellent post thanks for sharing
properties (22)
authorsizuka
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171125t090759134z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-25 09:08:09
last_update2017-11-25 09:08:09
depth1
children0
last_payout2017-12-02 09:08:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation1,400,234,303,119
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,466,533
net_rshares0
@sohan4745 ·
$0.54
what an experience that would have been simply outstanding....thanks for sharing..
👍  
properties (23)
authorsohan4745
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171120t211048102z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-20 21:10:48
last_update2017-11-20 21:10:48
depth1
children0
last_payout2017-11-27 21:10:48
cashout_time1969-12-31 23:59:59
total_payout_value0.409 HBD
curator_payout_value0.136 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation589,118,262,599
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,019,726
net_rshares235,464,811,179
author_curate_reward""
vote details (1)
@tonnykhan ·
$0.41
Great post @joshbreslauer
Looking forward to your future post.
Have a good day....Thanks..
👍  
properties (23)
authortonnykhan
permlinkre-joshbreslauer-ksthereum-devcon3-summary-day-3-20171122t031052348z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["joshbreslauer"],"app":"steemit/0.1"}
created2017-11-22 03:07:21
last_update2017-11-22 03:07:21
depth1
children0
last_payout2017-11-29 03:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.308 HBD
curator_payout_value0.102 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation629,486,006,599
root_title"Ξthereum Devcon3 Summary - Day 3"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,156,966
net_rshares169,002,969,314
author_curate_reward""
vote details (1)