Skip to content

dArkjON/batm_public

This branch is 40 commits ahead of, 2200 commits behind GENERALBYTESCOM/batm_public:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 8, 2018
25b880c · May 8, 2018
Jan 10, 2018
Feb 2, 2018
Jan 10, 2018
Apr 25, 2018
May 8, 2018
May 8, 2018
Nov 2, 2017
Apr 13, 2018
Apr 25, 2018
Mar 21, 2018
Apr 25, 2018
Jan 10, 2018
Jan 10, 2018
Jan 22, 2018

Repository files navigation

BATM Public Repository

This repository contains Bitcoin ATM related code used in BATMTwo, BATMThree, 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, DASH, BTX, POT, VIA, FLASH, 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
  • Gradle

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

./gradlew build
cp server_extensions_extra/build/libs/batm_server_extensions_extra.jar /batm/app/master/extensions/

How to run Tester

./gradlew :server_extensions_test:install
./server_extensions_test/build/install/server_extensions_test/bin/server_extensions_test 

About

BATM Public Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Groovy 0.7%