Skip to content

Commit 8e2cf84

Browse files
committed
doc update for 1.0.0
1 parent 76ef53b commit 8e2cf84

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
A Merkle tree library written in Java.
44

5+
## Maven
6+
7+
To use this module add this dependency in your POM file:
8+
9+
```
10+
<dependency>
11+
<groupId>io.crums</groupId>
12+
<artifactId>merkle-tree</artifactId>
13+
<version>1.0.0</version>
14+
</dependency>
15+
```
16+
517
## Design Goals
618

719
An easy-to-understand, fast, tamper-proof API for building, navigating Merkle tree structures. Support for Merkle tree proofs (of existence).
@@ -60,7 +72,7 @@ There's a good amount javadoc comment in the source. (Useful in IDEs like Eclips
6072

6173
### Project Doc Site
6274

63-
Project documentation (a version of this page plus javadoc API) is availabe [here](https://crums-io.github.io/merkle-tree/).
75+
The project doc site is [here](https://crums-io.github.io/merkle-tree/).
6476

6577

6678
## Notes
@@ -88,6 +100,10 @@ The current design exposes data as byte arrays. This necessitates copying the da
88100

89101
## Status
90102

103+
Sept 8 2022
104+
105+
> 1.0.0 Released. Available on Maven Central.
106+
91107
Feb 11 2021
92108

93109
> 0.0.2 Released under LGPL.

0 commit comments

Comments
 (0)