inital commit, which is clearly not initial

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2024-10-03 15:38:52 +03:00
commit 66719626bb
178 changed files with 41709 additions and 0 deletions

16
utils/generate-bags/Cargo.toml Executable file
View File

@@ -0,0 +1,16 @@
[package]
name = "ghost-voter-bags"
version = "0.3.6"
description = "CLI to generate voter bags for Ghost runtimes"
license.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
clap = { workspace = true, features = ["derive"] }
sp-io = { workspace = true, default-features = true }
generate-bags = { workspace = true }
casper-runtime = { path = "../../runtime/casper", default-features = true }