Update README.md

This commit is contained in:
GENERAL BYTES 2014-07-04 17:45:07 +02:00
parent ac4d3701f8
commit 64596a795a
1 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,7 @@ 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
@ -9,11 +10,12 @@ 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 and DOGE coin support functionality.
* **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
=================
```bash
cd server_extensions_api
ant
cd ..
@ -21,7 +23,8 @@ 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.
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.