Update README.md

This commit is contained in:
GENERAL BYTES 2014-07-04 17:38:39 +02:00
parent db4d47746b
commit ac4d3701f8
1 changed files with 7 additions and 3 deletions

View File

@ -7,12 +7,12 @@ More information about the products can be found here: http://www.generalbytes.c
All source code is released under GPL2.
Content:
========
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 and DOGE coin support functionality.
Build Information
Build information
=================
cd server_extensions_api
ant
@ -21,3 +21,7 @@ cd server_extensions_extra
ant
cd ..
cp server_extensions_extra/dist/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.