Build Status

Vibranium

Developer tools for building decentralized applications.

This project is highly inspired by tools like Embark and Truffle and serves as my personal playground to learn the Rust programming language but also create something useful.

Super early stages, far from production ready

``` 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 ```