Welcome to the BitBadges Community Tutorials Repository! This is a collaborative space where community members share tutorials on integrating BitBadges with various apps and services. Whether you're new to BitBadges or an experienced developer, you'll find valuable resources here. This is mainly intended for BitBadges claim integrations, but feel free to host any applicable tutorial!
BitBadges is a decentralized platform for issuing and managing digital badges. This repository serves as a central hub for community-created tutorials to help developers integrate BitBadges with a wide range of applications and services.
We welcome contributions! If you have a tutorial to share, follow these steps:
- Fork the repository: Click "Fork" to create a copy of this repository on your GitHub account.
- Create a new branch: Use the command:
git checkout -b your-tutorial-branch
- Write your tutorial / tool: Add your tool or tutorial to its respective directory in Markdown (.md) format, following the templates below.
- Submit a pull request: Submit a pull request with a brief description of your tutorial. Let us know if ypou want us to add it to the BitBadges site or not. If so, please provide a name, image, and description that you want.
Use this template for your tutorial:
# Title
## Overview
Include everything needed to be known.
## Prerequisites
List any prerequisites to use it
## Steps
1. **Step 1**: Description of the first step.
2. **Step 2**: Description of the second step.
3. **Step 3**: Continue with additional steps.