Jabit is a Bitmessage library for the Java environment, written in Kotlin. It is used by both Abit and Jabit-Server, and it shouldn’t be too hard to create your own Bitmessage client with it. https://dissem.ch/jabit/
Go to file
2015-06-05 13:43:56 +02:00
demo Added tests for all repositories, fixed some bugs and made database configurable 2015-06-05 13:43:56 +02:00
docs Updated documentation 2015-05-25 10:23:08 +02:00
docs-de Updated documentation 2015-05-25 17:19:54 +02:00
domain Added tests for all repositories, fixed some bugs and made database configurable 2015-06-05 13:43:56 +02:00
gradle/wrapper Some basic entities and project structure 2015-03-20 14:18:29 +01:00
networking Implemented sending messages (and fixed a few bugs on the way) 2015-05-29 13:17:00 +02:00
repositories Added tests for all repositories, fixed some bugs and made database configurable 2015-06-05 13:43:56 +02:00
.gitignore Some basic entities and project structure 2015-03-20 14:18:29 +01:00
.travis.yml added file .travis.yml 2015-05-26 17:48:46 +02:00
Bitmessage.uml Updated UML 2015-05-15 11:02:56 +02:00
build.gradle Updated version to 0.0.1 (I don't know why 1.0 is default for new projects/modules) 2015-05-26 17:30:45 +02:00
gradlew Some basic entities and project structure 2015-03-20 14:18:29 +01:00
gradlew.bat Some basic entities and project structure 2015-03-20 14:18:29 +01:00
LICENSE Some basic entities and project structure 2015-03-20 14:18:29 +01:00
README.md Update README.md 2015-05-26 17:58:46 +02:00
settings.gradle Major refactoring 2015-05-19 19:16:20 +02:00

Jabit Build Status

A Java implementation for the Bitmessage protocol. To build, use command gradle build. Note that for some tests to run, a standard Bitmessage client needs to run on the same system, using port 8444 (the default port).

Please note that development is still heavily in progress, and I will break the database a lot until it's ready for prime time.

Security

If you're able to audit Jabit to verify its security, you would be very very welcome. Please be aware though that the official Bitmessage project would like an audit, too, and they were first in line.