Update template triggered by workflow_dispatch

This commit is contained in:
Template Bot
2024-05-25 10:41:20 +00:00
parent c908bb14c7
commit d07fbe3254
7 changed files with 790 additions and 532 deletions
+13
View File
@@ -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
```