This repository archives the Ethereum smart contracts that formerly defined the core operational logic of the Matic Network, focusing on payments and scaling.
This repository contains the foundational Ethereum smart contracts for the original Matic Network, which is now Polygon PoS. It includes scripts to install dependencies via `npm install`, compile contracts with `npm run template:process`, and simulate the side chain using `npm run bor:simulate`. Developers can run tests with `npm test:hardhat` or `npm test:foundry`, and check coverage via `npm run coverage`.
This repository archives the Ethereum smart contracts that formerly defined the core operational logic of the Matic Network, focusing on payments and scaling.
Developers interested in the historical smart contract implementation of the Matic Network, or those needing to debug legacy Polygon PoS deployments, should consult this repository.