Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 12, 2024
1 parent 0221b43 commit 8cb8b4b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 52 deletions.
28 changes: 28 additions & 0 deletions .github/assets/cdk-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 25 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,43 @@
<!-- PROJECT SHIELDS -->
![Build][Build-badge]
[![Coverage][Coverage-badge]][Sonar-url]
[![Vulnerabilities][Vulnerability-badge]][Sonar-url]

# 0xPolygon GitHub Template
This repo serves as a template for new repositories in the 0xPolygon organization.
<div id="top"></div>
<!-- PROJECT LOGO -->
<br />
<div align="center">

# Action Items
The following actions are required once you create a new repository from this repo:
- Update this README. Complete the sections to reflect your project
- Update `CODEOWNERS` file
- Update `sonar-project.properties` by adding your Sonar project key provided by the Security Team
- Update badges to reflect your project (badges are located at the bottom of this README)
- Ensure you are using Issue and PR Templates
<img src="./.github/assets/cdk-logo.svg#gh-light-mode-only" alt="Logo" width="100">
<img src="./.github/assets/cdk-logo.svg#gh-dark-mode-only" alt="Logo" width="100">

## About The Project
<br />

<!-- PROJECT SHIELDS -->
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=0xPolygon_cdk&metric=alert_status&token=aa6d76993fc213c4153bf65e0d62e4d08207ea7e)](https://sonarcloud.io/summary/new_code?id=0xPolygon_cdk)

### Built With
## Chain Development Kit

[![Node.js 18][Language-badge]][Language-url]
The **CDK** (Chain Development Kit) is a modular framework that developers can use to build and deploy Zero Knowledge Proofs enabled Rollups and Validiums.

The CDK allow to build Rollups that are ZK powered, verifying the execution using the zkEVM prover from Polygon, they can be completelly personalizable because its modullar architecture.

## Getting Started

### Local Development
## Pre-requisites

Setup Kurtosis following this instructions https://github.com/0xPolygon/kurtosis-cdk?tab=readme-ov-file#getting-started

### Local Testing

- You can run locally against kurtosis-cdk environment using: [docs/local_debug.md](docs/local_debug.md)

### Database
## Contributing

### Installation
Contributions are very welcomed, the guidelines are currently not available (WIP)

## Usage
## Support

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples, and demos work well in this space. This is incredibly useful for support personnel when responding to issues related to your application.
Feel free to [open an issue](https://github.com/0xPolygon/cdk/issues/new) if you have any feature request or bug report.<br />

## Contributing

This is the place to document your delivery workflow. For example:

1. Clone the project
2. Create a feature branch beginning with the ticket number (`git checkout -b INC-7689/update-readme`)
3. Commit your changes (`git commit -m 'Update README.me with default template`)
4. Push to the branch (`git push origin INC-7689/update-readme`)
5. Open a Pull Request
6. After review and approval, changes are deployed immediately

## Contact

![Email][Email-badge]
![Slack][Slack-badge]
[![Production URL][Production-badge]][Production-url]
[![Staging URL][Staging-badge]][Staging-url]


<!-- MARKDOWN LINKS AND IMAGES (update/replace as needed for your application) -->
[Build-badge]: https://github.com/0xPolygon/learn-api/actions/workflows/main.yml/badge.svg
[Coverage-badge]: https://sonarqube.polygon.technology/api/project_badges/measure?project=TODO
[Vulnerability-badge]: https://sonarqube.polygon.technology/api/project_badges/measure?project=TODO
[Sonar-url]: https://sonarqube.polygon.technology/dashboard?id=TODO
[Language-badge]: https://img.shields.io/badge/Nodejs-18.0-informational
[Language-url]: https://nodejs.org/en
[Email-badge]: https://img.shields.io/badge/Email-team_email_address-informational?logo=gmail
[Slack-badge]: https://img.shields.io/badge/Slack-team_ChannelName-informational?logo=slack
[Production-badge]: https://img.shields.io/badge/Production_URL-polygon.technology-informational
[Production-url]: https://link.to/prod
[Staging-badge]: https://img.shields.io/badge/Staging_URL-staging.polygon.technology-informational
[Staging-url]: https://link.to/staging
## License
Copyright (c) 2024 PT Services DMCC

Licensed under GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.0, See LICENSE file

0 comments on commit 8cb8b4b

Please sign in to comment.