#命令行 #去中心化应用程序 #开发者 #构建 #学习 #Truffle #vibranium

应用程序 vibranium-cli

由 Vibranium crate 驱动的命令行界面

1 个不稳定版本

0.1.0 2019年6月11日

#14 in #去中心化应用程序

MIT 许可证

67KB
1.5K SLoC

Build Status

Vibranium

构建去中心化应用程序的开发工具。

该项目深受像 EmbarkTruffle 这样的工具的启发,是我学习 Rust 编程语言的个人游乐场,同时也创建了一些有用的东西。

处于非常早期的阶段,远未达到生产就绪状态

USAGE:
    vibranium-cli [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    accounts    Outputs available wallet accounts
    compile     Compiles Smart Contracts from Vibranium project
    config      Reads and writes configuration options of a Vibranium project
    deploy      Deploys compiled artifacts
    help        Prints this message or the help of the given subcommand(s)
    init        Initializes a Vibranium project inside the current directory, or a given path
    node        Controls blockchain node
    reset       Resets Vibranium project inside the current directory, or a given path

依赖项

~9–19MB
~276K SLoC