Skip to content

dankeck/badgefed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BadgeFed - ActivityPub Badges

BadgeFed aka ActivityPub Badges is a minimalistic implementation of a badge system similar to Credly, built using .NET and leveraging the ActivityPub protocol.

Features

  • Issue and manage digital badges
  • Interoperable with ActivityPub
  • Minimalistic design
  • Built with .NET for robust performance

Getting Started

Prerequisites

  • .NET 9.0 SDK or later

Installation

  1. Clone the repository:
    git clone https://github.com/tryvocalcat/activitypub-badges.git
  2. Navigate to the project directory:
    cd activitypub-badges
  3. Restore dependencies:
    dotnet restore
  4. Build the project:
    dotnet build

Usage

  1. Run the application:
    dotnet watch

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

ActivityPub Badges Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.3%
  • HTML 39.9%
  • CSS 2.8%