Reference client for Bitmessage: a P2P encrypted decentralised communication protocol https://bitmesage.org
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-06-11 16:05:08 +03:00
.buildbot Try to avoid building the snaps from branches not having snap-related changes, 2024-05-19 12:13:01 +03:00
.devcontainer Downgrade devcontainer ubuntu 2024-04-29 11:05:13 +08:00
.github
buildscripts
desktop
dev
docs Rename mockpb dir to mockbm 2024-03-22 08:54:15 +00:00
man
packages Append commit abbreviation to the snap version for non-release builds 2024-05-18 15:44:35 +03:00
src Improve the base class for bitmessageqt test cases 2024-06-11 16:05:08 +03:00
.dockerignore
.gitattributes
.gitignore
.readthedocs.yml
checkdeps.py
COPYING
Dockerfile
INSTALL.md
kivy-requirements.txt Kivy dependencies downgrade 2024-03-28 21:02:02 +08:00
LICENSE
MANIFEST.in
pybitmessage
README.md
requirements.txt Test cases for helper_sql & Added mock library dependency in requirements.txt 2024-03-21 11:25:10 +05:30
run-kivy-tests-in-docker.sh
run-tests-in-docker.sh
setup.cfg
setup.py Rename mockpb dir to mockbm 2024-03-22 08:54:15 +00:00
start.sh
stdeb.cfg
tests-kivy.py Kivy dependencies downgrade 2024-03-28 21:02:02 +08:00
tests.py
tox.ini Add a new tox env for linting, currently running pylint, 2024-05-10 02:55:16 +03:00

PyBitmessage

Bitmessage is a P2P communication protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication, which means that the sender of a message cannot be spoofed. BM aims to hide metadata from passive eavesdroppers like those ongoing warrantless wiretapping programs. Hence the sender and receiver of Bitmessages stay anonymous.

Development

Bitmessage is a collaborative project. You are welcome to submit pull requests although if you plan to put a non-trivial amount of work into coding new features, it is recommended that you first describe your ideas in the separate issue.

Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY

References