Skip to content
Snippets Groups Projects
Forked from clients / Cesium-grp / cesium-plus-pod
This fork has diverged from the upstream repository.

Duniter4j

Duniter4j is a Java Toolkit for Duniter.

See the documentation web site

Manual

  • Install Java JRE (1.8 or higher)
  • Download the file duniter4j-client-vX.Y.Z.zip from the latest releases page
  • Unzip the archive;
  • The open a terminal and execute the script duniter4j.sh (or duniter4j.bat) :
 cd duniter4j-client-vX.Y.Z
 ./duniter4j.sh --help

Architecture

Duniter4j has tree main modules :

  • duniter4j-core-shared: A set of useful classes, used by other modules.
  • duniter4j-core-client: a Java API to help Java developers to communicate with a Duniter network.
  • duniter4j-client: a command line tool, to execute basic operation on a Duniter currency: transfer, view peers, ...