Skip to content

Instantly share code, notes, and snippets.

View leejw51crypto's full-sized avatar

Jongwhan Lee leejw51crypto

View GitHub Profile
@leejw51crypto
leejw51crypto / Cargo.toml
Created May 24, 2021 01:45
bitcoin, eth address test
[package]
name = "AddressConverter"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bech32 = "0.8.0"
tiny-hderive = "0.3.0"