mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 04:27:57 +00:00
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
|
|
```
|