[](https://dev.azure.com/pascalprecht/vibranium/_build?definitionId=1)
# Vibranium
> Developer tools for building decentralized applications.
This project is highly inspired by tools like [Embark](https://embark.status.im) and [Truffle](https://truffleframework.com) 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
```