Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 420 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 420 Bytes

Akka Trading Engine

Usage

build

mvn package

run

cd target
# Run normal node
java -Dconfig.file="../config/local_node.conf" -jar app-1.0-allinone.jar
# Run gateway node
java -Dconfig.file="../config/local_gateway.conf" -jar app-1.0-allinone.jar

Docker

build

./build-docker-image

run

docker-compose up