Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisschwab committed May 1, 2024
1 parent c910915 commit c62c1be
Show file tree
Hide file tree
Showing 8 changed files with 1,240 additions and 53 deletions.
247 changes: 247 additions & 0 deletions Cargo.lock

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

17 changes: 17 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "challenge"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitcoin_hashes = "0.14.0"
hex = "0.4.3"
rs_merkle = "1.4.2"
secp256k1 = "0.29.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.8"

#![allow(unused_parens)]
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Update this file to run your own code
# Update this file to run your own code

cargo run
Loading

0 comments on commit c62c1be

Please sign in to comment.