Skip to content

Commit

Permalink
Starting the implementation of the Block Header Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgusn committed Apr 14, 2024
1 parent d3667e7 commit a5561f6
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 1 deletion.
325 changes: 325 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.37"
hex-literal = "0.4.1"
serde_json = "1.0.115"
sha2 = "0.10.8"
Loading

0 comments on commit a5561f6

Please sign in to comment.