Merge pull request #31 from agarzon/patch-1

Update README.md
This commit is contained in:
GENERAL BYTES 2017-08-17 10:47:10 +02:00 committed by GitHub
commit 2db529cecf
1 changed files with 12 additions and 6 deletions

View File

@ -24,6 +24,18 @@ Content
* **server_extensions_extra** - reference extension implementation that implements BTC, LTC, DASH, 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
Note for developers
==========
Requirements:
* Linux is required in order to run compilers and tests.
* Java
* Ant
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**
Build information
=================
```bash
@ -36,12 +48,6 @@ 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
==========
```bash