Live data from Hacker News

Ask HN: Resources to learn blockchain and smart contracts?

news.ycombinator.com

111–119 of 119 posts

Re: Ask HN: Resources to learn blockchain and smart contracts?

#112

The book "Mastering Bitcoin" really helped me to understand the blockchain and bitcoin properly. It's available free online here~ http://chimera.labs.oreilly.com/books/1234000001802/index.ht... The author is putting out a similar book called "Mastering Ethereum" in February, also through O'Reilly.

Is this available in Mobi/Kindle format?

Re: Ask HN: Resources to learn blockchain and smart contracts?

#113
post #16

If you're interested in Ethereum Smart Contracts I wrote: http://ethereumdev.io/

Clearly written articles, thx! I’m n00b in Smart Contracts but they seem like interfaces to reading/writing to a data store. If I didn’t totally botch what they are. Then I don’t really get why they’re “smart”. The pitfalls of regular programming, seem to apply to contracts. Seems like I could easily code a bug in a smart contract and have it t deployed to the network?? Or did I miss something?

It's really just a marketing name.

Re: Ask HN: Resources to learn blockchain and smart contracts?

#115
post #85

I recently published an intermediate-level e-book on Bitcoin: http://bitzuma.com/owning-bitcoin/ This is the book I wish had existed when I started learning about Bitcoin in 2011. It's a technical deep-dive for a non-expert audience. Only knowledge of high school algebra and a willingness to learn are assumed. Every technical term comes with a definition. Over 300 figures help visual learners understand complex techn…

Would you consider putting this on Google Play as well? I have a lot of Play credit I'd like to use on your book

I wanted to, but Google Play Books has been closed to new publishers for some time.

Re: Ask HN: Resources to learn blockchain and smart contracts?

#117
post #53

Earlier quoted context omitted.

Based on my cursory understanding of the topic, The Merkle tree has been around for a while, but Satoshi figured out how to use that to achieve decentralization, and consensus building. If you ask me, that's quite revolutionary. Yes, the blockchain is just a gigantic DAG, but adding and deleting nodes on the graph is where the crux of the matter is I guess. I am starting to understand the logic from a currency perspe…

Is there more to consensus and decentralization than just pinging a few other computers and picking the longest chain you find? And proof of work is literally just the hash having a certain number of zero bits, right? Definitely a neat idea but hardly revolutionary if that's all there is to it.

Something can be "revolutionary" and made up of pieces not in themselves groundbreaking. Linux was revolutionary and it was just a Unix clone for IBM PCs.

Re: Ask HN: Resources to learn blockchain and smart contracts?

#118

I compiled some of the resources I used to start understanding it. It it a bit focused on ethereum, but I guess it is useful for starting to understand blockchain and smart contracts in general regardless --- Watching - "GOTO 2017 • Blockchain: The Slowest (and most Fascinating) Database in the World • Stefan Tilkov” https://www.youtube.com/watch?v=li3rfBAP_fE Explains how the blockchain works and walks through most…

Great list!

Re: Ask HN: Resources to learn blockchain and smart contracts?

#119

Earlier quoted context omitted.

Does this end after /ico12?

yeah, it's not finished. Working on https://github.com/andrewarrow/simplecoin.life code and then I'll fix the rest of the site

Thank you for the response.
Post reply on HN