script/research/gg: GenerateTx added to create genesis mint txs

This commit is contained in:
skoupidi
2024-03-26 03:31:04 +02:00
parent 4d74247c9f
commit 7e6a9a937b
2 changed files with 97 additions and 14 deletions

View File

@@ -15,12 +15,14 @@ edition = "2021"
[dependencies]
# Darkfi
darkfi = {path = "../../../", features = ["validator"]}
darkfi_money_contract = {path = "../../../src/contract/money", features = ["no-entrypoint", "client"]}
darkfi-contract-test-harness = {path = "../../../src/contract/test-harness"}
darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = {path = "../../../src/serial"}
# Misc
anyhow = "1.0.80"
async-std = {version = "1.12.0", features = ["attributes"]}
bs58 = "0.5.0"
clap = {version = "4.5.2", features = ["derive"]}
sled = "0.34.7"