{% extends "base.html" %} {% load static %} {% block title %}GitHub Issues - {{ block.super }}{% endblock %} {% block description %} Browse through all GitHub issues and pull requests {% endblock description %} {% block keywords %} GitHub Issues, Pull Requests, Open Source, Contributions {% endblock keywords %} {% block og_title %} GitHub Issues - Track and Browse GitHub Issues {% endblock og_title %} {% block og_description %} Explore all GitHub issues and pull requests. Track progress and contribute to open source. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

Initiate Transaction

{% for user, details in submissions_by_user.items %} {% endfor %}
# GitHub Name Total Bacon Amount
{{ forloop.counter }} {{ user.username }} {{ details.total_bacon }}
BCH Address: {{ user.userprofile.bch_address }}
PRs:
    {% for submission in details.submissions %}
  • {{ submission.github_url }} ({{ submission.bacon_amount }} Runes)
  • {% endfor %}

Total Selected Bacon Amount: 0

Wallet Balance

Cardinal: Loading...

Ordinal: Loading...

Runes: Loading...

Runic: Loading...

Total: Loading...

{% endblock %}