Go to file
Juha Kovanen a4afffaccf tester.sh moved to src/main/resources and classpath generation fixed to find all jars 2016-06-28 02:45:18 +03:00
bin added script to easily install libs to local repository. 2016-06-28 02:29:03 +03:00
server_extensions_api server_extensions_api/libs folder structure modified so that it can be used as local maven repository 2016-06-28 02:31:20 +03:00
server_extensions_extra added xchange-bittrex and xchange-poloniex libs built from the GENERALBYTESCOM/XChange repository. 2016-06-28 02:40:33 +03:00
server_extensions_test tester.sh moved to src/main/resources and classpath generation fixed to find all jars 2016-06-28 02:45:18 +03:00
.gitignore added script to easily install libs to local repository. 2016-06-28 02:29:03 +03:00
README.md Update README.md 2015-11-06 17:39:02 +01:00

README.md

BATM Public Repository

This repository contains Bitcoin ATM related code used in BATMOne, BATMTwo and BATM Server products.

More information about the products can be found here: http://www.generalbytes.com

All source code is released under GPL2.

Overview

Here is the list of functionality that can be extended with extenstions API:

  • Implement support for different cryptocurrency wallets - for more see IWallet interface
  • Implement support for different cryptocurrency exchanges - for more see IExchange interface
  • Implement support for different cryptocurrency rate tickers - for more see IRateSource interface
  • Implement support for different cryptocurrency payment processors - for more see IPaymentProcessor interface

Content

  • server_extensions_api - contains extension api that all extensions use to extend BATM Server's functionality.
  • server_extensions_extra - reference extension implementation that implements BTC, LTC, DOGE, NLG, ICG, NBT, GRS and MAX coin support functionality.
  • server_extensions_test - contains tester for testing the extensions without requirement of having a BATM server

Build information

cd server_extensions_api
ant
cd ..
cd server_extensions_extra
ant
cd ..
cp server_extensions_extra/dist/batm_server_extensions_extra.jar /batm/app/master/extensions/

Note for developers

When you implement support for new crypto-coin add it please to server_extensions_extra this way it will get into default BATM Server installation pack for customers.

After you implement the the extension make sure you test it with Tester which you will find in server_extensions_test

How to run Tester

cd server_extensions_test
ant
cd dist
./tester.sh -j ../../server_extensions_extra/dist/batm_server_extensions_extra.jar