polkahub

v Web3 sponsored

!Status: Active WIP!

polkahub cli for easier blockchain deployment.

Prerequisites

This tool is interesting for Substrate or another Rust-based chain developers, more likely for the Polkadot system, so we assume you already have rust installed.

Install

Option 1: install with script

bash bash <(curl http://get.polkahub.org/ -L)

Option 2: just add it to cargo index

bash cargo install polkahub

Then, depending on how you installed it you go either just polkahub or cargo polkahub in the next step and you can create repo for your chain as simple as running:

bash (cargo) polkahub create <project-name>

Build from source

If you want to build your own binary from source, you are welcome to do so!

```bash

git clone https://github.com/akropolisio/polkahub-cli.git \ && cd polkahub-cli/ \ && cargo build --release \ && sudo cp target/release/polkahub /usr/bin/polkahub

```

License: MIT