#decentralized-applications #build #building #developer #learn #deployment #artifact

vibranium

A library that offers APIs to build tools for creating decentralized applications

1 unstable release

0.1.0 Jun 11, 2019

#18 in #decentralized-applications


Used in vibranium-cli

MIT license

48KB
1K SLoC

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

Dependencies

~11MB
~235K SLoC