Skip to content

Files

Latest commit

2d0e277 · Jun 30, 2023

History

History
36 lines (23 loc) · 1.89 KB

overview.md

File metadata and controls

36 lines (23 loc) · 1.89 KB
id title sidebar_label description keywords
overview
Polygon Edge
Overview
An introduction to Polygon Edge.
docs
polygon
edge
network
modular

Polygon Edge is a modular and extensible framework for building Ethereum-compatible blockchain networks, sidechains, and general scaling solutions.

Its primary use is to bootstrap a new blockchain network while providing full compatibility with Ethereum smart contracts and transactions. It uses IBFT (Istanbul Byzantine Fault Tolerant) consensus mechanism, supported in two flavours as PoA (proof of authority) and PoS (proof of stake).

Polygon Edge also supports communication with multiple blockchain networks, enabling transfers of both ERC-20 and ERC-721 tokens, by utilising the centralised bridge solution.

Industry standard wallets can be used to interact with Polygon Edge through the JSON-RPC endpoints and node operators can perform various actions on the nodes through the gRPC protocol.

To find out more about Polygon, visit the official website.

GitHub repository

:::caution

This is a work in progress so architectural changes may happen in the future. The code has not been audited yet, so please contact the Polygon team if you would like to use it in production.

:::

To get started by running a polygon-edge network locally, please read: Installation and Local Setup.