Skip to content

davidzwb/akka-te

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%