Skip to content
Christian Mayer edited this page May 21, 2023 · 5 revisions

Welcome to the FluxChat wiki.

This wiki is the main wiki for all clients. While there is a dedicated wiki for the FluxChat TypeScript client, this wiki also covers all components and aspects that are shared by both clients.

Introduction

FluxChat used TLS to encrypt traffic between single nodes. Kademlia algo is used to route Messages in the network and to position single nodes in the bootstrap process. Each node has it's own Private and Public Keys, which are generated locally on setup.

Overview