This repo host the Java implementation of OpenTimestamps.
It is a based on the python implementation at https://github.com/opentimestamps/python-opentimestamps and https://github.com/opentimestamps/opentimestamps-client
Java 1.8
git clone https://github.com/eternitywall/java-opentimestamps
cd java-opentimestamps
mvn install
java -jar target/OtsCli.jar stamp README.md
cd java-opentimestamps
mvn test
LGPL3