1.2 KiB
layout, title
| layout | title |
|---|---|
| text | Network |
twentyone.world is a network of open communities that provide localized, high-quality, bitcoin-only content. Each community provides an open space for bitcoiners in their respective countries to connect, collaborate, and exchange ideas. Each community has a beacon in cyberspace that speaks the language of their respective community.
The purpose of twentyone.world is to open-source the concept, provide an actionable blueprint to help bitcoiners launch their own communities, and connect said communities to learn from each other.
Communities
List of existing "twentyone" forks:
{% assign communities = "" | split: ',' %}
{% for country in site.data.countries %} {% if country.offbrand %}{% continue %}{% endif %} {% if country.link_to_public_community_group == falsy %}{% continue %}{% endif %} {% assign communities = communities | push: country %} {% endfor %}
{% assign names = communities | map: "name" %} {% assign forks = names | uniq %}
{% for name in forks %} {% assign fork = communities | where: "name", name | first %}
- [{{ fork.name }}]({{ fork.link_to_public_community_group }}) {% endfor %}