From 488eba10da008f477387038c9de910ed59063468 Mon Sep 17 00:00:00 2001 From: mvonsteinkirch Date: Sat, 4 Feb 2023 20:15:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++---------- src/lib.rs | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 01b76de..f5caa63 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ --- -## what is in this toolkit? +## what's for you?
@@ -41,12 +41,12 @@ we use websockets and a CEX API of choice to monitor public topics and info for: -``` - * crypto derivatives - * pairs of crypto derivatives - * inverse perpetual contracts - * spot pair orderbooks -``` + +* crypto derivatives +* pairs of crypto derivatives +* inverse perpetual contracts +* spot pair orderbooks + supported data source APIs: @@ -301,7 +301,7 @@ example output: --- -#### 5. monitoring the public mempool +#### 5) monitoring the public mempool select `5` to start a customized mempool monitoring: @@ -317,7 +317,7 @@ example output: --- -#### 6. searcher boilerplate +#### 6) searcher boilerplate @@ -334,7 +334,7 @@ example output: --- -#### 7. calldata decoder +#### 7) calldata decoder select `7` to run a calldata decoder: diff --git a/src/lib.rs b/src/lib.rs index 90fea36..d140c0c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,8 +29,8 @@ pub async fn run() { println!("➡ 2: sub to public topics for a pair of derivatives"); println!("➡ 3: sub to public topics for inverse perpetual contracts"); println!("➡ 4: sub to public topics for spot local orderbook"); - println!("➡ 5: sub to the public mempool topic"); - println!("➡ 6: test searcher boilerplate"); + println!("➡ 5: sub to public mempool"); + println!("➡ 6: run searcher boilerplate"); println!("➡ 7: run calldata decoder"); println!("➡ 8: run tx decoder");