substrate-docs
substrate-docs copied to clipboard
Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
The Kitties write-up (from the [published tutorial](https://docs.substrate.io/tutorials/v3/kitties/pt1/)) needs updating based on the latest improved [solution](https://github.com/substrate-developer-hub/substrate-node-template/blob/tutorials/solutions/kitties/pallets/kitties/src/lib.rs), also based on [this workshop](https://sacha-l.github.io/collectables-ethdenver-workshop/#/workshop/config).
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
https://docs.substrate.io/how-to-guides/v3/ocw/transactions/ is presently broken and relies on monthly and external repos :grimacing: https://github.com/jimmychu0807/substrate-offchain-worker-demo is referenced now, but we need a stand-alone way that the devhub owns that is as low-manitainance...
### Content request It is necessary to generate and add the Aura key in to the Keystore when connecting a parachain that has been registered on Rococo relay chain in...
While updating the ink! tutorial I was manually building the code snippets and templates to check that they still compiled. However, this is not something that should be done manually...
Port over [Recipe about Runtime APIs](https://substrate.dev/recipes/runtime-api.html).
### Content request For the time being we will be considering the substrate in the latest `polkadot-x.x.x`-release branch the most stable. Docs should thus use these as their baseline and...
### Content request One of the new things that we have been experimenting with in the FRAME team is composite storage item. These are not a new abstraction that FRAME...
This is a signed extension that ensures the sender is not the zero address. See [rustdocs](https://paritytech.github.io/substrate/master/frame_system/struct.CheckNonZeroSender.html).