{"id":18953136,"url":"https://github.com/0xpolygon/devrel-docs","last_synced_at":"2025-07-20T15:02:48.755Z","repository":{"id":256419396,"uuid":"827845171","full_name":"0xPolygon/devrel-docs","owner":"0xPolygon","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-03T06:08:46.000Z","size":5744,"stargazers_count":4,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T18:20:12.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xPolygon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-12T13:56:01.000Z","updated_at":"2025-04-03T06:08:50.000Z","dependencies_parsed_at":"2024-09-17T10:55:30.404Z","dependency_job_id":"c1700a8a-4d4f-4794-a675-a521984be760","html_url":"https://github.com/0xPolygon/devrel-docs","commit_stats":null,"previous_names":["0xpolygon/devrel-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xPolygon/devrel-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fdevrel-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fdevrel-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fdevrel-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fdevrel-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xPolygon","download_url":"https://codeload.github.com/0xPolygon/devrel-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fdevrel-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266143941,"owners_count":23883069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T13:36:38.726Z","updated_at":"2025-07-20T15:02:48.715Z","avatar_url":"https://github.com/0xPolygon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn platform\n\nIn progress material for Polygon Docs' Learn section. Content managed by the\n[Polygon DevRel team](https://polygon.technology/community/meet-the-devrel).\n\n## Content\n\nExternal contributors should feel at home grabbing some incomplete topics and\nsending in PRs with drafts. If you run into a tutorial about Polygon's tech\nstack in the wild that isn't mentioned here, please feel free to\n[open an issue](https://github.com/0xPolygon/devrel-docs/issues). Alternatively,\n[reach out](https://polygon.technology/community/meet-the-devrel) to discuss\nadding it.\n\nPlease note that if you PR some of your content in, we can't guarantee its\npublication. If we do accept it, we will be modifying it to fit the style of the\nrest of the site. You will get full credit for your work.\n\n### Getting your feet wet\n\n- General Concepts\n  - [x] The Polygon stack: Clarifying the choice\n- Agglayer\n  - [x] Overview\n  - [x] Trust Levels Between AggLayer Chains\n  - [ ] Learn AggLayer: A comprehensive list of external resources\n  - [x] A day in the life of an AggLayer tx\n  - [x] Pessimistic Proof\n  - [x] Unified Liquidity\n  - [x] Understand Exit and Balance Trees\n  - [ ] Block building in AggLayer\n  - [ ] Network parameters and contract addresses\n  - [ ] Detailed look at AggLayer L1 contracts\n- PoS\n  - [x] Overview\n  - [ ] A Day in the Life of a Polygon PoS TX\n  - [ ] Block building in Polygon PoS\n  - [ ] Network parameters and contract addresses\n  - [ ] Detailed Look at Polygon PoS L1 Contracts\n  - [ ] Let’s deploy a contract to Polygon PoS!\n  - [ ] The gas costs implications of advanced contracts\n- zkEVM\n  - [x] Overview\n  - [ ] A Day in the Life of a Polygon zkEVM TX\n  - [ ] Block building in Polygon zkEVM\n  - [ ] Network parameters and contract addresses\n  - [ ] Detailed Look at Polygon zkEVM L1 Contracts\n  - [ ] Let’s deploy a contract to Polygon zkEVM!\n  - [ ] The gas costs implications of advanced contracts and L1 settlements\n- Miden Basic\n  - [x] Overview\n  - [ ] A Day in the Life of a Miden TX\n  - [x] Notes and Their Features\n  - [x] Note Types\n  - [ ] Block building in Miden\n  - [ ] Network parameters\n  - [ ] Miden Use Cases\n  - [ ] Writing Miden Contracts\n    - [ ] Miden Assembly Crash Course 1: Hello World\n    - [ ] Miden Assembly Crash Course 2: Counter\n    - [ ] Miden Rust Crash Course\n    - [ ] Deploying to Production\n    - [ ] Coin flip Step by Step\n    - [ ] Rock Paper Scissors Step by Step\n\n### Going for a swim\n\nA section for those who passed the basics of dapp development on the Polygon\nstack and are ready to take full advantage of some Polygon stack USPs.\n\n- Miden advanced\n  - [ ] Deep dive into Miden architecture\n  - [ ] Advanced contract development techniques\n  - [ ] Call logic across multiple notes\n  - [ ] Developing multi-contract dapps\n  - [ ] Using Miden for privacy-preserving applications\n  - Advanced dapp development\n    - [ ] Let’s build a private-voting DAO step-by-step\n    - [ ] Ensuring security and privacy: implications and tradeoffs\n- CDK\n  - [ ] Deep dive into CDK architecture\n    - [ ] Sequencer: CDK Erigon Breakdown\n    - [ ] Prover: esp Capacity (zkCounter), Full Execution Proof\n    - [ ] Data Availability\n    - [ ] Features: Rollback Sequence (banana) \u0026 Sovereign upgrades\n  - [ ] How does it work with AggLayer?\n  - [ ] CDK CLI interface example\n- AggLayer\n  - [ ] Chaining cross-chain calls with `BridgeAndCall`\n  - [ ] CCIP vs AggLayer for cross chain calls\n  - [ ] Sequencing: centralization tradeoffs and future solutions\n  - Gaming supercase\n    - [ ] Simple game design\n    - [ ] Simple marketplace on Polygon PoS\n    - [ ] Characters on Polygon zkEVM\n    - [ ] Equipping game items across chains with `BridgeAndCall`\n\n### Deep dive\n\n- Plonky3\n  - [x] Overview\n  - [x] Fibonacci in Plonky3 - Introduction to Plonky3\n  - [x] Range Check in Plonky3 - Constrain Degree Design \u0026 Intermediate Variables\n  - [ ] Merkle Tree Tutorial\n  - [ ] Plonky3 Configuration Walkthrough - how to configure your Plonky3 Backend\n  - [ ] zkVM Step by Step Guide\n  - [ ] zkML Step by Step Guide\n- CDK\n  - [ ] Kurtosis CDK\n  - [ ] Validium vs Calldata Rollup\n  - [ ] The issue of EIP4844 (blob) support\n  - [ ] Launching your own L2\n  - [x] [Launching your own L2 with Presto](https://blog.jarrodwatts.com/build-your-own-layer-2-blockchain-using-polygon-cdk)\n  - [x] [Quick and dirty DAC integration with your chain](https://docs.polygon.technology/cdk/how-to/integrate-da/)\n  - [ ] L2 + setting up a whitelisted DAC\n  - [ ] L2 + setting up an open and incentive-driven DAC\n  - [ ] Going bare metal\n    - [ ] Launching each part of the Kurtosis CDK separately\n    - [ ] …\n    - [ ] …\n\n### 🏆 Buildooors\n\n- [ ] Shipper directory\n- [ ] Shipper A case study\n- [ ] Shipper B case study\n- [ ] …\n\n---\n\n## Community\n\nJoin the community in the [R\u0026D Discord](https://discord.gg/0xpolygonrnd), or\n[Meet the DevRel](https://polygon.technology/community/meet-the-devrel).\n\nTo further explore Polygon's educational content, see the\n[YouTube channel](https://www.youtube.com/@0xPolygonTV) and the\n[Polygon blog](https://polygon.technology/blog).\n\nLong-form persisted discussions happen in the\n[Developer Forum](https://forum.polygon.technology/c/developers/25).\n\n### Repo translations\n\nPlease [get in touch](https://polygon.technology/community/meet-the-devrel) if\nyou want to help translate this into other languages.\n\n- [x] English\n- [ ] Chinese\n- [ ] Thai\n- [ ] Croatian/Serbian\n- [ ] Klingon\n\n## Contributing\n\nThe process below will help you run the docs locally.\n\n### Prerequisites\n\n1. [Python 3.12](https://www.python.org/downloads/).\n2. Install [`virtualenv`](https://pypi.org/project/virtualenv/):\n\n```sh\npip3 install virtualenv\n```\n\n### Setup\n\n1. Clone the repository to your local machine.\n2. Navigate to the root directory of the cloned repository:\n\n   ```sh\n   cd devrel-docs\n   ```\n\n3. Ensure the `serve_docs.sh` script is executable by running:\n\n   ```sh\n   chmod +x serve-docs.sh\n   ```\n\n4. To serve the documentation, run the following command:\n\n   ```sh\n   ./serve_docs.sh\n   ```\n\n5. Once the script executes, the documentation site will be available at:\n   \u003chttp://127.0.0.1:8000/\u003e.\n\nIf it runs and renders well here, it will render correctly on the Knowledge\nLayer. If there are any unfixed errors breaking the local build, it will\nprobably break on import to the Knowledge Layer.\n\n## Commands\n\n- `mkdocs new [dir-name]` - Create a new project.\n- `mkdocs serve` - Start the live-reloading docs server.\n- `mkdocs build` - Build the documentation site.\n- `mkdocs -h` - Print help message and exit.\n\n### Linting\n\nThis repo offers a linting script at `./prettier.sh` which you can run if you\nhave Prettier installed. The `.prettierrc` file configures Prettier and should\nwork with most modern IDEs and build processes.\n\nMain rules:\n\n- use 2 spaces for indentation\n- use 80 characters for line length\n\n## Style guide\n\n[Vale](https://vale.sh/) enforces a consistent style throughout the repository.\n\nTo install Vale, run the following command:\n\n```sh\nbrew install vale\n```\n\nTo run Vale, use the following command:\n\n```sh\nvale [file]\n```\n\nSince Vale is very opinionated, you may want to run it file by file, not\nglobally. As you write a document, run Vale on just that file to not get\noverwhelmed.\n\ne.g.\n\n```sh\nvale README.md\n```\n\nVale will check the file for any violations of the style guide and print them to\nthe console. It enforces Microsoft's style guide and a WriteGood style guide.\nYou *must* fix errors, and you *may* fix warnings and suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpolygon%2Fdevrel-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xpolygon%2Fdevrel-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpolygon%2Fdevrel-docs/lists"}