Add basic transaction/block code to Tributary

This commit is contained in:
Luke Parker
2023-04-11 13:42:18 -04:00
parent a290b74805
commit 7488d23e0d
5 changed files with 260 additions and 0 deletions

View File

@@ -8,4 +8,11 @@ authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
thiserror = "1"
blake2 = "0.10"
ciphersuite = { package = "ciphersuite", path = "../../crypto/ciphersuite", features = ["ristretto"] }
schnorr = { package = "schnorr-signatures", path = "../../crypto/schnorr" }
tendermint = { package = "tendermint-machine", path = "./tendermint" }