Building one block at a time
Learn the fundamentals of connecting to and interacting with Substrate-based blockchains using the Polkadot.js API library.
0 of 8 lessons completed
Complete previous lesson
Complete previous lesson
Complete previous lesson
Complete previous lesson
Complete previous lesson
Complete previous lesson
Complete previous lesson
Understanding blockchain basics and Substrate's role in the Polkadot ecosystem
A blockchain is a distributed ledger technology that maintains a continuously growing list of records (blocks) that are linked and secured using cryptography.
Polkadot is a multi-chain platform that enables different blockchains to interoperate. It consists of:
Substrate is a blockchain development framework that makes it easy to build custom blockchains. Key features:
Polkadot.js is the primary JavaScript library for interacting with Substrate-based blockchains. It enables you to: