Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.27 KB

TREKT

Codacy Badge

A product designed for traders that will allow them to additional monetize their stock movements and optimize their work through functions such as dynamic risk management, creating dynamic technical analysis or suggesting transactions through artificial intelligence.

Install

The simplest way to set up a test instance of TREKT is to use ready Docker images from REKTRA Network Docker Hub.

You can use deployments/docker-compose.yml as an example of TREKT-network structure:

git clone https://github.com/rektra-network/TREKT.git
cd TREKT
docker-compose -f deployments/docker-compose.yml up -d

TREKT API endpoint will now be reachable at ws://localhost:8080.

API

Terminal API.

See also

Go-part of TREKT project.