Some work on the dependencies page
- renamed .markdown files to .md - a fix in the about page - a new (still empty) API page
This commit is contained in:
parent
277b1bdca7
commit
d12ffcfdf8
5
about.md
5
about.md
@ -2,12 +2,11 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: About
|
title: About
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
order: 100
|
order: 1000
|
||||||
---
|
---
|
||||||
|
|
||||||
Jabit is a Bitmessage library for Java. It aims to be easy to use, so you can create great Bitmessage apps.
|
Jabit is a Bitmessage library for Java. It aims to be easy to use, so you can create great Bitmessage apps.
|
||||||
|
|
||||||
You can find the source code for the Jabit at:
|
You can find the source code for the Jabit at:
|
||||||
{% include icon-github.html username="Dissem" %} /
|
{% include icon-github.html username="Dissem" %} /
|
||||||
[jekyll-new](https://github.com/Dissem/Jabit)
|
[Jabit](https://github.com/Dissem/Jabit)
|
||||||
|
|
||||||
|
7
api.md
Normal file
7
api.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "API"
|
||||||
|
permalink: "/api"
|
||||||
|
order: 200
|
||||||
|
categories: api
|
||||||
|
---
|
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "Dependencies"
|
title: "Dependencies"
|
||||||
permalink: "/dependencies"
|
permalink: "/dependencies"
|
||||||
order: 10
|
order: 100
|
||||||
categories: dependencies
|
categories: dependencies
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -24,29 +24,6 @@ library.
|
|||||||
`jabit-cryptography-spongy` is basically a copy of the spongy one, but using
|
`jabit-cryptography-spongy` is basically a copy of the spongy one, but using
|
||||||
[Spongycastle](https://rtyley.github.io/spongycastle/) instead.
|
[Spongycastle](https://rtyley.github.io/spongycastle/) instead.
|
||||||
|
|
||||||
|
`jabit-wif` lets you import from and export to the Wallet Import Format, which is used by PyBitmessage to store its identities.
|
||||||
|
|
||||||
|
`jabit-extensions` you won't usually need, it contains a few helper classes for if you want to build protocol extensions.
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
Add Jabit as Gradle dependency:
|
|
||||||
|
|
||||||
{% highlight groovy %}
|
|
||||||
compile 'ch.dissem.jabit:jabit-core:1.0.0'
|
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
Unless you want to implement your own, also add the following:
|
|
||||||
|
|
||||||
{% highlight groovy %}
|
|
||||||
compile 'ch.dissem.jabit:jabit-networking:1.0.0'
|
|
||||||
compile 'ch.dissem.jabit:jabit-repositories:1.0.0'
|
|
||||||
compile 'ch.dissem.jabit:jabit-cryptography-bouncy:1.0.0'
|
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
And if you want to import from or export to the Wallet Import Format (used by PyBitmessage) you might also want to add:
|
|
||||||
|
|
||||||
{% highlight groovy %}
|
|
||||||
compile 'ch.dissem.jabit:jabit-wif:1.0.0'
|
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
For Android clients use `jabit-cryptography-spongy` instead of `jabit-cryptography-bouncy`.
|
|
Loading…
Reference in New Issue
Block a user