Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekoshoyu committed Sep 25, 2023
1 parent 98f5673 commit e5d0103
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# chaiwala
# Chaiwala
[![](https://img.shields.io/crates/v/chaiwala)](https://crates.io/crates/chaiwala)
[![](https://img.shields.io/docsrs/chaiwala)](https://docs.rs/chaiwala)
[![](https://img.shields.io/github/license/kanekoshoyu/chaiwala)](https://github.com/kanekoshoyu/chaiwala/blob/master/LICENSE)
Service Layer for Kucoin Arbitrage, along with Continuous Deployment

Chaiwaka is a service layer for Kucoin Arbitrage, along with Continuous Deployment

### Introduction
Having the perfect algorithm and software architecture is not enough for algo-trading. A low latency network environment is needed to properly place order, which highlights the need of deployment to the cloud.
As of now, Kucoin API has the lowest latency at AWS east japan, which suggests deployment over ECS or similar services using docker. To facilitate the effective remote debug reports and performance reports, this repo was set up to experiment hosting a webserver in event-driven async rust.

### Features to be Included
- Continuous deployment using Docker
- Continuous deployment to AWS using GitHub CI/Docker
- Arbitrage performance report via Discord Bot
- System warning report via Discord Bot
- Remote request process via REST
- Arbitrage broadcast via WebSocket

### Discord Server
[Join my discord ](https://discord.com/invite/uHbX7nSQ)

0 comments on commit e5d0103

Please sign in to comment.