the localsigner wallet

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2025-03-31 10:19:12 +02:00
parent ea17166448
commit 9505e30fe1
5 changed files with 45 additions and 0 deletions
Generated
+19
View File
@@ -49,6 +49,8 @@ dependencies = [
"alloy-rpc-client",
"alloy-rpc-types",
"alloy-serde",
"alloy-signer",
"alloy-signer-local",
"alloy-transport",
"alloy-transport-http",
"alloy-transport-ipc",
@@ -519,6 +521,22 @@ dependencies = [
"thiserror",
]
[[package]]
name = "alloy-signer-local"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6e72002cc1801d8b41e9892165e3a6551b7bd382bd9d0414b21e90c0c62551"
dependencies = [
"alloy-consensus",
"alloy-network",
"alloy-primitives",
"alloy-signer",
"async-trait",
"k256",
"rand",
"thiserror",
]
[[package]]
name = "alloy-sol-macro"
version = "0.8.23"
@@ -2967,6 +2985,7 @@ dependencies = [
name = "revive-dt-config"
version = "0.1.0"
dependencies = [
"alloy",
"clap",
"semver 1.0.26",
"temp-dir",