Dissem / Jabit

Bitmessage Library for Java
Apache License 2.0
26 stars 10 forks source link

Need support for Jabit #19

Closed skifree-snowmonster closed 8 years ago

skifree-snowmonster commented 8 years ago

I'm trying to include Jabit into my app, and having lots of trouble. I don't understand all of your code yet, and I need a bit of direction it appears. Would you be available to help? I'll happily pay for your time. I hope messaging this way isn't a major github fauxpas, but I couldn't find your contact info online!

Dissem commented 8 years ago

I have no idea how to write private messages, but as it actually is an issue (the developer's guide sucks) I'm absolutely OK with this means of communication.

Did you look at the demo application? I hoped it would be an easy introduction how to use the library.

The basics work like this: you create a BitmessageContext object on which you can perform operations like creating identities, sending messages and so on.

Please feel free to ask any specific questions. If it somewhere I feel it doesn't help the project we can start to talk money 😉

Dissem commented 8 years ago

Also, if you want to create an app for Android, have a look at Abit, it probably solves most problems you did or will run into.