Bitjoe is the gateway to Tradle transaction network based on bitcoin. In this sense it is a first point of contact for new blockchain apps. Bitjoe is a RESTful server, and is called like this:
http://127.0.0.1:8080/transaction?data=json-formatted-data&to=pubKey1,pubKey2,...
(The default port is 8080, you can adjust it in conf/config.json)
Learn about Bitjoe architecture in Tradle wiki
- Clone this repo from github
- Copy the conf directory into the build directory
- Run java -jar bitjoe.jar from the build directory
OR, if you don't need the source code, download and run install.sh