Go to file
mindfox 6e51ff0c3b added Guldencoin logo 2014-08-18 14:25:12 +03:00
server_extensions_api Correction to ICurrencies 2014-08-13 09:14:18 +03:00
server_extensions_extra added Guldencoin logo 2014-08-18 14:25:12 +03:00
README.md Update README.md 2014-07-15 13:45:10 +02: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.

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 and MAX coin support functionality.

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.