Blockchain Technology

There’s so much talk and hype about blockchain tech out there, especially with the growing popularity of cryptocurrencies. Anybody have experience with blockchain development or can help shed some light on it?

2 Likes

I’m not super invested into learning about blockchain, but I have been interested. I came across this article (https://eng.paxos.com/blockchain-101-elliptic-curve-cryptography) recently, which came out a couple days ago.

I guess the author is trying to write a series on all things blockchain, especially for development. The author has an old post (https://eng.paxos.com/blockchain-101-foundational-math) which starts off the series. This article (https://eng.paxos.com/blockchain-separating-hype-from-substance) might also be of interest which tries to cut into the core of what blockchain is without all the hype. Good luck!

4 Likes

Thanks for these! Have been wanting to learn more.

For those who are interested in Blockchain, here are sample implementations from GitHub.

We used them in our company to launch an internal Blockchain-based project.

https://github.com/IBM-Blockchain/SDK-Demo/blob/master/src/chaincode/vendor/github.com/hyperledger/fabric/core/chaincode/shim/interfaces.go

https://github.com/IBM-Blockchain/SDK-Demo/blob/master/src/chaincode/vendor/github.com/hyperledger/fabric/core/ledger/ledger.go

Cheers,

Hanna

2 Likes

I haven’t gone through these podcasts yet, but this might be an efficient way to learn about blockchain, from conversations with people dealing with the technology:

4 Likes

Just ran into this. Roll your own blockchain in Haskell http://www.michaelburge.us/2017/08/17/rolling-your-own-blockchain.html (haven’t tested it, but seems promising).

1 Like

This is a great resource about Ethereum. Lots of different materials - https://github.com/Scanate/EthList

2 Likes

I’ve been asked about Ethereum and Blockchain so started investigating this week.
As I don’t know much about either I’ve started watching this:

1 Like
1 Like

Locking this as it just attracts spammers.