Files
pezkuwi-subxt/templates/minimal/README.md
T
gupnik 31dc8bb1de Improvements in minimal template (#4119)
This PR makes a few improvements in the docs for the minimal template.

---------

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
2024-04-30 05:39:08 +00:00

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
```