Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

tradle/bitjoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitjoe

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

Installation

  1. Clone this repo from github
  2. Copy the conf directory into the build directory
  3. Run java -jar bitjoe.jar from the build directory

OR, if you don't need the source code, download and run install.sh

About

first point of contact for blockchain apps, see wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%