Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
💾
Browse files Browse the repository at this point in the history
  • Loading branch information
von-steinkirch committed Feb 5, 2023
1 parent 7dcf455 commit 488eba1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

---

## what is in this toolkit?
## what's for you?

<br>

Expand All @@ -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:

Expand Down Expand Up @@ -301,7 +301,7 @@ example output:

---

#### 5. monitoring the public mempool
#### 5) monitoring the public mempool


select `5` to start a customized mempool monitoring:
Expand All @@ -317,7 +317,7 @@ example output:

---

#### 6. searcher boilerplate
#### 6) searcher boilerplate



Expand All @@ -334,7 +334,7 @@ example output:

---

#### 7. calldata decoder
#### 7) calldata decoder


select `7` to run a calldata decoder:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 488eba1

Please sign in to comment.