Skip to content

Commit

Permalink
First draft of React web app
Browse files Browse the repository at this point in the history
  • Loading branch information
jbride committed Nov 1, 2024
1 parent 972e6fc commit a4a23eb
Show file tree
Hide file tree
Showing 29 changed files with 18,577 additions and 27 deletions.
220 changes: 218 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.32.2", features = ["serde"] }
bitcoincore-rpc = "0.19.0"
byteorder = "1.4"
clap = { version = "4.5", features = ["derive"] }
chrono = "0.4.38"
Expand All @@ -23,7 +24,8 @@ sha2 = "0.10"
log = "0.4.22"
zeromq = "0.4.1"
tokio = { version = "1.40.0", features = ["full"] }
bitcoincore-rpc = "0.19.0"
tower = "0.5.1"
tower-http = { version = "0.5.2", features = ["full"] }

# features= bundled
# This causes rusqlite to compile its own private libsqlite3 and link it with your Rust code, instead of using /usr/lib/x86_64-linux-gnu/libsqlite3.so
Expand Down
Loading

0 comments on commit a4a23eb

Please sign in to comment.