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.
bash
bash <(curl http://get.polkahub.org/ -L)
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>
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