Files
pez-minimal-template/README.md
2024-05-25 10:41:20 +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
```