# stellar-federation **Repository Path**: mirrors_deckar01/stellar-federation ## Basic Information - **Project Name**: stellar-federation - **Description**: Single address federation using express. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Stellar federation servers A federation server allows Stellar clients to look up `username@example.com` which can then resolve to a Stellar address. At the minimum, a federation server must serve the federation api and the [stellar.txt](https://github.com/stellar/docs/blob/master/docs/Stellar.txt.md) file (which lets users know where the api is located). This repository contains a collection of example federation servers. These are the implementations in this repository: - [Node.js and express](node)