{% extends "base.html" %} {% load static %} {% load gravatar %} {% load custom_tags %} {% block title %} Overview | BACON {% endblock title %} {% block description %} Learn about the BACON project, its key features, and how to get involved in BACON {% endblock description %} {% block keywords %} overview, BACON, blockchain, contribution, open-source, Bitcoin, Runes, features, updates {% endblock keywords %} {% block og_title %} BACON Project Overview - BACON {% endblock og_title %} {% block og_description %} Explore the BACON project, its key features, and how you can contribute to the development and success of the open-source ecosystem through BACON {% endblock og_description %} {% block content %}
{% include "includes/sidenav.html" %}
BACON Project Image

BACON (Blockchain Assisted Contribution Network) is an innovative project within the OWASP BLT platform that integrates Bitcoin Core technology and the Runes protocol to reward contributors with blockchain-based incentives. By leveraging the power of blockchain, BACON ensures transparency, security, and fairness in the distribution of rewards, ultimately enhancing the quality and security of open-source software.

Key Features

Incentivized Contributions

Earn BACON tokens for reporting issues and resolving bugs.

Blockchain Transparency

All transactions are securely logged on the Bitcoin blockchain.

Seamless Integration

BACON tokens are fully integrated within the BLT ecosystem.

Secure Transactions

Leverage the Runes protocol for safe and immutable transactions.

Get Involved

We're excited to have the community involved in bringing BACON to life. Whether you're a developer, blockchain expert, or just passionate about open-source, there's a place for you in this project.

Submit Request

BACON Requests

{% for submission in submissions %}
{% if submission.user.userprofile.avatar %} {{ submission.user.username }} {% else %} {{ submission.user.username }} {% endif %}

{{ submission.user.username }}

View PR
{{ submission.get_status_display }}

Type: {{ submission.get_contribution_type_display }}

Transaction: {{ submission.get_transaction_status_display }}

Amount: {{ submission.bacon_amount }} BACON

{% if is_mentor %}
{% endif %}
{% empty %}

No Requests Found

Submit a new BACON request to get started!

{% endfor %}
{% endblock content %}