Welcome to the official repository for Polymer community demo applications! This repository serves as a centralized hub for the demo dApps created by the Polymer community!
We highly encourage our community to build new demos showcasing the capabilities and use cases of Polymer x IBC interoperability.
To help the visibility of these projects, developers can choose to add their project to his repo in several ways.
We welcome and encourage contributions from our community! Here’s how you can contribute.
Add a reference to the dApp in the explore-apps.md
file located in the root of the repo. This contains curated list of community projects. It includes references to projects maintained in the /community
directory and links to external repositories. The reference should be in the following format:
Title
- Name:
- GitHub url:
- Documentation:
- Website:
- Socials:
- Attribution: [@GH_handle(s)]
Add your repository as a git submodule:
-
Fork the Main Repository: If you haven't already, Fork the repository and then clone your forked repository repository:
gh repo fork [Main Repository URL]
-
Add Your Repository as a Submodule:
git submodule add [Your Repository URL] community/[Your Project Name]
-
Commit and Push the Changes:
git commit -m "Added [Your Project Name] as a submodule" git push
Once you have added both a reference and project to the repository Submit a pull request with a detailed description of your app.
Be sure to add clear documentation and scripts when adding a project to maximize its usefulness to the rest of the community!
Contributors are the heartbeat of this project! We will add a contributors list soon to acknowledge the hard work and dedication of everyone who contributes.