{% for tag in card.projects %} {% assign tag_bg_strength = 100 %} {% if tag == 'Portmaster' %} {% assign tag_color = 'blue' %} {% elsif tag == 'SPN' %} {% assign tag_color = 'green' %} {% elsif tag == 'Website' %} {% assign tag_color = 'pink' %} {% elsif tag == 'Backoffice' %} {% assign tag_color = 'gray' %} {% assign tag_bg_strength = 200 %} {% elsif tag == 'Community' %} {% assign tag_color = 'purple' %} {% elsif tag == 'Marketing' %} {% assign tag_color = 'orange' %} {% endif %} {{ tag }} {% endfor %}
{% if include.state == 'done' %} {% elsif include.state == 'in_progress' %} {% elsif include.state == 'discarded' %} {% elsif include.state == 'backlog' %} {% endif %}

{{ card.title }}


Description

{% for paragraph in card.description %} {{ paragraph }} {% endfor %}


The Challenge

All details will be finished to fully support community nodes in the network. (This does not include the planned compensation for running a node.) There will be a website to easily get you started.

The Challenge

All details will be finished to fully support community nodes in the network. (This does not include the planned compensation for running a node.) There will be a website to easily get you started.

The Challenge

All details will be finished to fully support community nodes in the network. (This does not include the planned compensation for running a node.) There will be a website to easily get you started.


#866 opened by BinaryMuse to atom/github