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.
Broken https://docs.substrate.io/tutorials/work-with-pallets/contracts-pallet/
### 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...
when running tutorial: https://docs.substrate.io/tutorials/collectibles-workshop/ the navigation tab on the left collapse and the tutorial steps doesn't show up in the navigation. The only way to navigate is through the button...
in the page: https://docs.substrate.io/maintain/runtime-upgrades/ in the section: Testing migrations there are 2 links which leads to archived repositories, they should be updated: ``` - The [Substrate debug kit](https://github.com/paritytech/substrate-debug-kit) includes a...
In the page https://docs.substrate.io/build/application-development/ the link to txwrapper leads to https://github.com/paritytech/txwrapper?tab=readme-ov-file Instead it should be https://github.com/paritytech/txwrapper-core
In the page https://docs.substrate.io/build/application-development/ chain api is linked first but it is actually discontinued in the link: https://github.com/paritytech/capi
https://github.com/substrate-developer-hub/substrate-docs/blob/1a4c24f46e7bc1010bf2f8707d1192075b136aac/content/md/en/docs/learn/rust-basics.md?plain=1#L62-L64 It is written: > In addition, in any FRAME pallet the Config trait is generic over T (more on generics in the next section). Some common examples of these...
https://github.com/substrate-developer-hub/substrate-docs/blob/1a4c24f46e7bc1010bf2f8707d1192075b136aac/content/md/en/docs/learn/runtime-development.md?plain=1#L130-L138 in this snippet it is written: ```rust // Add required imports and dependencies pub use pallet::*; ``` Actually this code is just a regular rust re-export of the items...