Skip to content

Commit

Permalink
feat: starkex example UI (#148)
Browse files Browse the repository at this point in the history
* feat: starkex example

* feat: ratatuiiii

* feat: add latency counter
  • Loading branch information
EvolveArt authored Nov 27, 2024
1 parent 17d546c commit 33884f0
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 3 deletions.
157 changes: 155 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pragma-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ uuid = { workspace = true, features = ["fast-rng", "v4", "serde"] }

[dev-dependencies]
rstest = { workspace = true }
tokio-tungstenite = { version = "0.20.1", features = ["connect", "native-tls"] }
url = "2.5.0"
ratatui = "0.24.0"
crossterm = "0.27.0"
Loading

0 comments on commit 33884f0

Please sign in to comment.