Replies: 2 comments 2 replies
-
Hi @elvinasn, thank you for the question. [dependencies]
tw_evm = { path = "path/to/wallet-core/rust/tw_evm" } And then: // main.rs
use tw_evm::address::Address;
use std::str::FromStr;
fn main() {
let _ = Address::from_str("0xff00000000000000000000000000000000002694");
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you happen to have any updates about crates.io? 💤 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, how does one use this library in rust? I saw the sample code, but in the example it wrote all of the C headers, instead of adding the rust folder as a crate. Or is that not possible?
Beta Was this translation helpful? Give feedback.
All reactions