arpa-user-cli 0.2.0

A REPL tool that makes it easier to interact with smart contracts on the ARPA network.
[[bin]]
name = "user-shell"
path = "src/user_shell.rs"
[dependencies.anyhow]
version = "1.0.31"

[dependencies.arpa-contract-client]
version = "0.2.0"

[dependencies.arpa-core]
version = "0.2.0"

[dependencies.bincode]
version = "1.2.1"

[dependencies.ethers]
version = "2.0"

[dependencies.hex]
version = "0.4.2"

[dependencies.rand]
version = "0.8"

[dependencies.reedline-repl-rs]
features = ["async"]
version = "^1.0"

[dependencies.serde]
version = "1.0.106"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.structopt]
version = "0.3"

[dependencies.thiserror]
version = "1.0.15"

[dependencies.tokio]
features = ["full"]
version = "1.37.0"

[lib]
name = "arpa_user_cli"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A REPL tool that makes it easier to interact with smart contracts on the ARPA network."
documentation = "https://docs.arpanetwork.io/"
edition = "2021"
exclude = ["scripts/", "tests/", "test/", "docker/", "docs/"]
homepage = "https://github.com/ARPA-Network/BLS-TSS-Network"
keywords = ["arpa", "randcast", "DKG", "BLS", "threshold"]
license = "MIT OR Apache-2.0"
name = "arpa-user-cli"
readme = "README.md"
repository = "https://github.com/ARPA-Network/BLS-TSS-Network"
version = "0.2.0"