You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Polkadot blockchain is a multi-chain environment where cross-chain registries and cross-chain computation are possible. What that means is that, Polkadot creates an unique blockchain ecosystem that allows arbitrary data (not just tokens) to be transferred across blockchains (public, open, permissionless and private, permissioned) through smart-contract.
Research
0. Table of Contents
Overview
Technology
More information
1. Overview
Popular specs:
Speed
-- Block time: six seconds and most transactions are considered final after less than a minute. This makes it ideal for building applications where speed is critical — like decentralized exchange (DEX) platforms.
Scalability
-- Currently: more than 1,000 transactions per second (tps)
-- Goal: 1 million tps, with the use of sharding and optimized parachains.
Interoperability applications built on Polkadot and its parachains can easily interact with those on other blockchains (including Ethereum). Producing the first interoperable DeFi ecosystem.
1.1. Why
Polkadot creates an ecosystem that enables a Web where identity and data are owned by its users and safely secured form any central authority via a decentralized chain of chains environment.
In other words, it is built to connect all kinds of chains (private, public etc) facilitating an ecosystem Web where independent blockchains can exchange information and transactions in a trustless way.
1.2. What
Polkadot enables scalability by allowing blockchains to communicate with each other in a secure, trust-free environment (info/data exchange under common security guarantees).
The core pillars of the Polkadot network are: governance, upgradability, and interopability, which generates the needed flexibility while mitigates risks of network forks.
1.3. How
Polkadot connects a network of heterogeneous blockchains (parachains and parathreads), which connects to and are secured by a specific chain (Polkadot Relay Chain). They can also connect with external networks via bridges (Ex. Ethereum, Bitcoin etc).
The Polkadot network is based on the sharded model for database architecture. This model is, in short, to separate a shard or horizontal data partition in different database servers to spread load (Ex. separating rows of a database table in different servers). In the Polkadot ecosystem this architecture enables parallel transaction processing.
Called the heart of the whole ecosystem, this chain is responsible for ensuring the shared security, governance (consensus) and cross-chain interop.
Based on Polkadot's design, as long as a chain's logic can compile to Wasm and adheres to the Relay Chain API, then it can connect to the Polkadot network as a parachain.
Polkadot has a Relay Chain acting as the main chain of the system. Parachains construct and propose blocks to validators on the Relay Chain, where the blocks undergo rigorous availability and validity checks before being added to the finalized chain. As the Relay Chain provides the security guarantees, collators - full nodes of these parachains - don't have any security responsibilities, and thus do not require a robust incentive system. This is how the entire network stays up to date with the many transactions that take place.
The allows parachains to send messages of any type to each other. The shared security and validation logic of the Relay Chain provide the environment for trust-free message passing that opens up true interoperability.
Here is a video explaining the smart contract situation on Polkadot and Kusama.
Basically, the Polkadot Relay Chain will not support smart contracts natively. However, parachains on Polkadot will support smart contracts. Here are some projects that allow for the use of smart contracts:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The Polkadot blockchain is a multi-chain environment where cross-chain registries and cross-chain computation are possible. What that means is that, Polkadot creates an unique blockchain ecosystem that allows arbitrary data (not just tokens) to be transferred across blockchains (public, open, permissionless and private, permissioned) through smart-contract.
Research
0. Table of Contents
1. Overview
Popular specs:
Speed
-- Block time: six seconds and most transactions are considered final after less than a minute. This makes it ideal for building applications where speed is critical — like decentralized exchange (DEX) platforms.
Scalability
-- Currently: more than 1,000 transactions per second (tps)
-- Goal: 1 million tps, with the use of sharding and optimized parachains.
Interoperability applications built on Polkadot and its parachains can easily interact with those on other blockchains (including Ethereum). Producing the first interoperable DeFi ecosystem.
1.1. Why
Polkadot creates an ecosystem that enables a Web where identity and data are owned by its users and safely secured form any central authority via a decentralized chain of chains environment.
In other words, it is built to connect all kinds of chains (private, public etc) facilitating an ecosystem Web where independent blockchains can exchange information and transactions in a trustless way.
1.2. What
Polkadot enables scalability by allowing blockchains to communicate with each other in a secure, trust-free environment (info/data exchange under common security guarantees).
The core pillars of the Polkadot network are: governance, upgradability, and interopability, which generates the needed flexibility while mitigates risks of network forks.
1.3. How
Polkadot connects a network of heterogeneous blockchains (parachains and parathreads), which connects to and are secured by a specific chain (Polkadot Relay Chain). They can also connect with external networks via bridges (Ex. Ethereum, Bitcoin etc).
The Polkadot network is based on the sharded model for database architecture. This model is, in short, to separate a shard or horizontal data partition in different database servers to spread load (Ex. separating rows of a database table in different servers). In the Polkadot ecosystem this architecture enables parallel transaction processing.
Basic Structure of the Polkadot network:
-- Video
-- Documentation
A. Relay Chain
Called the heart of the whole ecosystem, this chain is responsible for ensuring the shared security, governance (consensus) and cross-chain interop.
Based on Polkadot's design, as long as a chain's logic can compile to Wasm and adheres to the Relay Chain API, then it can connect to the Polkadot network as a parachain.
Polkadot has a Relay Chain acting as the main chain of the system. Parachains construct and propose blocks to validators on the Relay Chain, where the blocks undergo rigorous availability and validity checks before being added to the finalized chain. As the Relay Chain provides the security guarantees, collators - full nodes of these parachains - don't have any security responsibilities, and thus do not require a robust incentive system. This is how the entire network stays up to date with the many transactions that take place.
The allows parachains to send messages of any type to each other. The shared security and validation logic of the Relay Chain provide the environment for trust-free message passing that opens up true interoperability.
B. Parachains
Sovereign blockchains that can/are:
C. Parathreads
Same thing as the parachains, but created to/for:
D. Bridges
Allows true interop (connection and communication) between parachains and parathreads to external networks.
Basically, these (bridge parachains](https://wiki.polkadot.network/docs/en/learn-bridges) offer two-way compatibility between the Polkadot ecosystem and the external world.
For instance, imagine the Polkadot network interop with external blockchains such as Bitcoin, Ethereum, or Tezos (among others) via XCMP.
E. Smart Contracts
Here is a video explaining the smart contract situation on Polkadot and Kusama.
Basically, the Polkadot Relay Chain will not support smart contracts natively. However, parachains on Polkadot will support smart contracts. Here are some projects that allow for the use of smart contracts:
2. Technology
Here are the builder Tools
3. More Information
-- Lightpaper
-- Whitepaper
-- General Grants Program funding up to U$D 100,000
-- Open Grants Program funding up to U$D 30,000
Beta Was this translation helpful? Give feedback.
All reactions