mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user