mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
Node template love (#6560)
* Node template love Better description in node/Cargo.toml Example dispatchables should have non-zero weights Changes to README to bring in line with current DevHub Node Template * Update README.md cleaned up, reworked text, ready for round 2 * Add DbWeight * Update README.md * Consistent Playground buttons * "setup" -> "set up" Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> * Import `Get` trait to fix build Co-authored-by: Addie Wagenknecht <addie@nortd.com> Co-authored-by: Ricardo Rius <ricardo@parity.io> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "node-template"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Anonymous"]
|
||||
description = "Substrate Node template"
|
||||
description = "A new FRAME-based Substrate node, ready for hacking."
|
||||
edition = "2018"
|
||||
license = "Unlicense"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user