#区块链 #控制台 #加密钱包 #冷存储 #私钥 #bash #webchain网络

app webchain-cli

控制台实用工具,用于安全账户管理

2个版本

使用旧Rust 2015

0.22.1 2019年4月7日
0.22.0 2019年3月12日

#4 in #冷存储

每月 25 次下载

Apache-2.0

43KB
862

Webchain CLI

Software License

关于

Webchain CLI(命令行界面)是一个从命令行访问Webchain网络的工具。它连接到外部节点("上游")并允许用户或应用程序读取区块链信息以及发送新的交易。在后一种情况下,它通过提供私钥来提供签名交易的功能。该工具旨在集成Webchain Vault,以生成、导入和/或存储Webchain私钥。

用法

$ emerald --help

emerald
Command-line interface for Emerald platform

USAGE:
    emerald [FLAGS] [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -v               Sets the level of verbosity
    -V, --version    Display version

OPTIONS:
    -p, --base-path <base-path>    Set path for chain storage
    -c, --chain <chain>            Sets a chain name [default: mainnet]

SUBCOMMANDS:
    account        Account related commands
    balance        Request account's balance from ethereum node through RPC
    help           Prints this message or the help of the given subcommand(s)
    mnemonic       Create mnemonic phrase according to BIP39 spec
    server         Start local RPC server
    transaction    Transaction related commands

安装Webchain CLI

下载稳定版本的二进制文件

所有平台上的二进制文件目前发布在 https://github.com/webchain-network/webchain-cli/releases

从源代码构建

要求

https://www.rust-lang.net.cn/en-US/install.html 安装Rust

Unix单行命令

curl https://sh.rustup.rs -sSf | sh

在Windows上,Rust还需要Visual Studio 2013或更高版本的C++构建工具。获取构建工具的最简单方法是安装Microsoft Visual C++ Build Tools 2017,它仅提供Visual C++构建工具。

编译

git clone https://github.com/webchain-network/webchain-cli.git
cd webchain-cli
cargo build --release
cd target\debug

许可协议

Apache 2.0

依赖项

~50MB
~849K SLoC