mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
31dc8bb1de
This PR makes a few improvements in the docs for the minimal template. --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
14 lines
290 B
Markdown
14 lines
290 B
Markdown
# Minimal Template
|
|
|
|
This is a minimal template for creating a blockchain using the Polkadot SDK.
|
|
|
|
# Docs
|
|
|
|
You can generate and view the [Rust
|
|
Docs](https://doc.rust-lang.org/cargo/commands/cargo-doc.html) for this template
|
|
with this command:
|
|
|
|
```sh
|
|
cargo doc -p minimal-template --open
|
|
```
|