Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.88 KB

README.md

File metadata and controls

59 lines (30 loc) · 1.88 KB

Polkadot in Mesh

Guidelines for a smooth learning journey at Polkadot from a Cardano’s developer perspective

To quickly get you oriented with Polkadot's key resources.

For a serious deep dive on everything Polkadot, we recommend to check out Polkadot Blockchain Academy (PBA)

1. A bit of theory and comparison between different approaches

A few insightful information on general comparison of Polkadot and Cardano from a builders perspective

Easy overview on the differences and similarities of the PoS at both ecosystems

Comparing some important key differences of eUTXO and Account based models

2. Let's start getting some hands-on experience with the code

Simple guide to help you to building your first smart contract on Polkadot, using Ink!

Let's add a web interface to this smart contract

What is ERC-20 and why is it needed on Polkadot and not Cardano?

What is ERC-721 and why is it needed on Polkadot and not Cardano?

Did you know you can also write contracts in TypeScript?

Implementing a basic Giftcard in Ink! using a HashMap

Another Giftcard implementation but using NFTs and OpenBrush libs

... work in progress...

3. Something new, parathread

... work in progress...