`

If you want to know more about blockchains, build one.

    learn

Following my last post regarding where I am heading in my professional career, I said I wanted to learn more about blockchains, and now I am telling you I am building a blockchain.

What? 🤯


I already made some progress by looking at the current state of the art in blockchain technologies. I read some documentation here and there and played with a client made for IoT by Slock.it called Incubed. It is very interesting to see how difficult it is to connect resource-constrained devices. But that’s not the subject for today…

As you know, it all started with Bitcoin back in 2009. I already know a lot about Bitcoin but I never read the white paper. As for many other things, I think it’s important to start with the beginning so I am going to read that important paper first. Learning the theory is great to start but I feel that I cannot fully understand if I don’t put my hands in it.

Learning by doing

Nowadays, distributed applications are mainly based on Ethereum because it offers the possibility to issue new tokens based on the Ethereum standards (ERC-20 for example) using distributed programs called Smart Contracts. The more applications built on this blockchain, the more will be built on it. Ethereum is an emergent structure (👈 by Bankless 👌).

Ethereum is here to stay but while I was learning about the basics of how data is being transacted on the Ethereum blockchain, I stumbled upon Parity, co-founded by Gavin Wood who is also a cofounder of Ethereum with Vitalik Buterin. Parity has been developing the source code behind an Ethereum node until recently and is now focusing on two products: Substrate and Polkadot.

Polkadot and Substrate logos

You probably never heard about those, so you might be wondering why are they so important?

I heard about Polkadot by Eric Larchevêque from Ledger in a podcast I listened to. At that time, I didn’t know anything about Polkadot but only took note of it without going much further. Now that I took a closer look, I can say that those 2 products are very interesting for me who wants to learn more about the blockchain technologies.

The goal of Polkadot is to make blockchains interoperable so that any type of data or asset can be transferred among the various blockchains. While building Polkadot, the experienced team at Parity thought that all those software bricks could be made available to anyone as generic libraries for them to build other blockchains, so they built Substrate.

This quote is directly taken from the website:

“Substrate is a framework for creating cryptocurrencies and other decentralised systems using the latest research in blockchain technology”.

ie Substrate builds blockchains like Polkadot which is now fully based on Substrate. Who was born first? 🐣🙂

Polkadot is very interesting because it is using the best of blockchain technologies. For example, it is governed by its users which ensure that evolutions will come smoothly and that it won’t be forked which is one of the main arguments for another very interesting project I am following closely: Tezos. It will be interesting to see how they compare.

Substrate is now providing developers the tools to create blockchains compatible with others based on the framework. They can all run on Polkadot.

From a technological standpoint, the framework is written in Rust and I want to improve in that language. Runtimes (ie Smart Contracts) are compiled to WebAssembly (Wasm) so that they can be run on virtually any hardware. Wasm is really young but as Fredrik (Parity’s CTO) puts it: Wasm is future-proof.

Polkadot and Substrate logos
Polkadot technology stack

Frameworks are great when they are being used by developers so the documentation available is extensive and neat, which is a really good point for me. Many videos are available and they just broadcasted the Sub0 conference last week, available online and I can also watch the one from last year.

All this is looking good, I’m pretty excited to start. I already have several questions I want to answer:

What are the actual benefits of making interoperable blockchains against an ERC-20 token?

My guess is that building on Ethereum can be constraining as the token is dependent on the Ethereum platform, nodes, congestion, etc. But then arises that new question:

How much can we configure the new blockchains created with Substrate?

I guess a lot. If those are totally configurable, it means I will have to learn a lot from all the different configurations and features a blockchain can use. From what I have seen, Parity made choices that imply ousting configuration options, but since I am not an expert, I am not able to complain and the team behind the project seems to take thoughtful decisions.

Conclusion

Substrate is making the task of getting the hands dirty way easier than a few years back, while still being challenging, which makes it a great alternative for me to dive into the blockchain technologies. I used to read articles treating blockchain randomly but by leveraging Substrate, I will improve my learning curve.

Make sure to follow along if you are interested in learning more about blockchains as well.

👋

Back to blog