Skip to content

Commit

Permalink
readme 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekoshoyu committed Aug 13, 2023
1 parent 99d095c commit 3dcbf25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "chaiwala"
version = "0.1.1"
edition = "2021"

authors = ["Sho Kaneko <kanekoshoyu@gmail.com>"]
description = "Endpoints for Kucoin Arbitrage Deployment"
repository = "https://github.com/kanekoshoyu/chaiwala"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# chaiwala
endpoints for kucoin-arbitrage deployment
[![](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)
Endpoints for kucoin-arbitrage deployment, in event-driven async Rust

### 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.

0 comments on commit 3dcbf25

Please sign in to comment.