Looking to get started developing on / for the AggLayer? We’ll be keeping this list up to date, so make sure to check back regularly.
The canonical place to learn are the Agglayer Docs. For other awesome tools and materials, read below.
Tutorials and Explainers
- Basic introduction of AggLayer - Encode Club Youtube lesson
- 0xrouss/agglayer-scripts (github.com)
- Polygon CDK video tutorial and written version here
- Bridge and Call Toolkit
Developer Tools
- 0xPolygon/polygon-cli: A Swiss Army knife of blockchain tools (github.com)
- 0xPolygon/lxly.js (github.com) -
lxlyjs
makes it easy for developers, who may not be deeply familiar with smart contract development, to interact with the various components of Polygon LxLy Aggregator bridge. - 0xPolygon/chain-indexer-framework: Chain-indexer-framework (github.com) - run your own chain event indexer in case you aren’t comfortable with depending on a third party to host things for you
- 0xPolygon/foundry-template: Contracts team, template repo (github.com) - a foundry template to get started with when getting into a new smart contract project
- 0xPolygon/dapp-launchpad: dApp Launchpad is a CLI tool to quickly initialise a fully-integrated EVM-compatible dApp, create a development environment, and deploy everything to production. (github.com)
Chain Dev Tools
- 0xPolygon/kurtosis-cdk: A Kurtosis package that deploys a private, portable, and modular Polygon CDK devnet (github.com) - local development stack for building CDK chains that auto-connect to a mock AggLayer
- 0xPolygon/proof-generation-api (github.com) - a service to help chains generate proofs which will be needed for AggLayer’s authentication
- 0xPolygon/auto-claim-service (github.com) - a cronjob script to claim LXLY bridged transfers automatically
Implementers
Reply with links you find and we’ll add them to this original post!