Sacha Lansky
Sacha Lansky
I can't seem to figure out why I keep getting this error: `is not a valid pathname to an image.` Any idea why this is happening? I've tried variations of...
This PR fixes the following 38 compiler warnings when running `RUSTFLAGS="-W missing_docs" cargo check -p pallet-examples` : * `pallet-example-offchain-worker` (lib) generated 4 warnings * `pallet-example-kitchensink` (lib) generated 11 warnings *...
This PR fixes the 26 compiler warnings emitted by running `RUSTFLAGS="-W missing_docs" cargo check -p pallet-election-provider-multi-phase` by adding missing documentation throughout the crate.
Changes in how the chainspec is generated (see: https://github.com/paritytech/polkadot-sdk/pull/1256) may affect the following tutorials that mention generating chainspecs for Rococo runtimes : - set up a test network - build...
I wanted to make sure that an account won't get reaped if it has DOT locked in staking. So I did a quick search and landed on this page: https://support.polkadot.network/support/solutions/articles/65000168651-what-is-the-existential-deposit-...
Append ["How Blockchain Works"](https://github.com/substrate-developer-hub/hackathon-knowledge-map#how-blockchain-works) quiz questions to quiz #3 (Preliminaries).
Adding some new guides: - [x] Simple origin guide: how to assign accountId to a custom origin - [ ] Multiple origins: create a custom origin to handle multiple origin...
### Description I would like to learn more about the new NFT pallet that has recently been merged into Substrate ([#12765](https://github.com/paritytech/substrate/pull/12765)), specifically how developers can make the most of its...
### Description I think it'd be super valuable to have someone from the Subxt team do a seminar walking through some examples of using Subxt, highlighting its key features, especially...
### Description This was requested on the last Seminar AMA. I imagine this seminar being a live coding session of writing out the logic of a simple pallet to a...