feat: add helper to create bootstrap addresses (#269)

This commit is contained in:
Santiago Carmuega 2023-07-29 23:15:00 +02:00 committed by GitHub
parent 97adb181b1
commit 5a3246eb3c
5 changed files with 69 additions and 25 deletions

View file

@ -17,3 +17,4 @@ pallas-codec = { version = "0.19.0-alpha.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.9.1"
thiserror = "1.0.31"
crc = "3.0.1"