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:
Dan Forbes
2020-07-10 00:29:39 -07:00
committed by GitHub
parent bf4e5d4d2c
commit f39f404c22
3 changed files with 72 additions and 25 deletions
+1 -1
View File
@@ -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"