BadgeFed aka ActivityPub Badges is a minimalistic implementation of a badge system similar to Credly, built using .NET and leveraging the ActivityPub protocol.
- Issue and manage digital badges
- Interoperable with ActivityPub
- Minimalistic design
- Built with .NET for robust performance
- .NET 9.0 SDK or later
- Clone the repository:
git clone https://github.com/tryvocalcat/activitypub-badges.git
- Navigate to the project directory:
cd activitypub-badges
- Restore dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the application:
dotnet watch
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.