TL;DR: Fedow is an open source federation engine, blockchain and digital wallet, designed to connect cashless payment systems, local currencies, and memberships across multiple venues, festivals, and cooperative networks.
- Overview
- Features
- Installation
- Usage
- TiBillet Ecosystem
- Documentation
- Contributing
- License
- Contact & Support
Fedow is a free/libre open source software (FLOSS) solution for creating and managing groups of local, complementary, and citizen currencies (MLCC) within a federated network. It connects different point-of-sale servers (TiBillet/LaBoutik) to share cashless cards, memberships, and currencies among users in an open, secure, and transparent network.
- Efficient blockchain: Proof of Authority (PoA), non-speculative, transaction traceability.
- Interoperability: Connects multiple LaBoutik (cash register) and Lespass (ticketing, memberships) instances.
- Dematerialized wallets: Multi-card (NFC, RFID, QRCode), multi-asset (currencies, time, memberships) management.
- HTTP API and Python client: Usable standalone or integrated.
Fedow is used for:
- Festival cashless systems
- Loyalty programs
- Local currencies
- Subscriptions and memberships
- Time tracking and badge readers
Learn more: https://codecommun.coop/blog/federation-part5-fedow
- Venue and network federation
- Secure transactions (RSA, HTTP Signature)
- Wallet and asset management (currencies, time, memberships)
- Stripe integration (payment, refund)
- NFC/RFID/QRCode card management
- Transparent, efficient blockchain (PoA)
- RESTful API
- Management and automation tools (CLI, scripts)
See the detailed roadmap in the main README.
See the official documentation: https://tibillet.org/docs/install/docker_install
# Clone the repository
$ git clone https://github.com/TiBillet/Fedow && cd Fedow
# Set up your environment
$ cp env_example .env && nano .env
# Launch the server
$ docker compose up -d
# Access the dashboard
$ http://localhost:8442/
Some actions (creating federations, venues, assets) are reserved for the network administrator.
# Use via Docker Compose or Poetry
$ python manage.py federations [OPTIONS]
$ docker compose exec fedow poetry run python manage.py federations [OPTIONS]
Fedow is part of a suite of free and interoperable tools:
Together, they enable full management of a cooperative network, festival, local currency, or community venue.
Contributions are welcome! Please read the CONTRIBUTING.md file (create if missing) for best practices.
Fedow is released under the AGPL v3 license.
CC-BY-SA Coopérative Code Commun, TiBillet, and contributors. 2025.