Dispatching a Function Defined in Another Substrate FRAME Pallet...
Read MoreHow to use PalletB to save record from PalletA without PalletA knowing anything about internals of t...
Read MoreHow to map rust primitive with struct inside decl_storage! macro in substrate...
Read MoreWhat does `.into()` do when called on `RawOrigin:Signed(who)` and how does the context affect it?...
Read MoreHow to decode and match a call when passed as a parameter in Substrate...
Read MoreConverting between AccountId32 and AccountId in Substrate...
Read MoreHow do I generate a burn address for Substrate chains like Polkadot or Kusama?...
Read MoreHow to write in the storage of Substrate using Substrate API Client?...
Read MoreHow to encode the hex string representation of an account id in Substrate using Rust?...
Read MoreHow to achieve blake2AsHex functionality from Polkadot.js in Substrate?...
Read MoreHow to read a hash value and get the corresponding AccountId from Substrate using RPC call?...
Read MoreHow to store hashes in the Substrate Chain?...
Read Moregetting payload from a substrate event back in rust tests...
Read MoreAccessing chain id and genesis hash from the Substrate runtime during extrinsic execution...
Read MoreHow to import substrate_primitives in order to use sr25519?...
Read MoreWhy there are no changes in the mutability behaviour of storage values even after changing the sourc...
Read MoreHow to have immutable key-value map in Substrate?...
Read MoreNo `kitties` module available in the extrinsics tab...
Read MoreFast forward time when writing Substrate Runtime Test...
Read MoreHow to bind to 0.0.0.0 instead of localhost for Docker purposes...
Read MoreHow to implement the EVM Trait for a Substrate Runtime?...
Read MoreHow do one store data in a block?...
Read MoreSubstrate transaction per second performance...
Read MoreIs there any way to make a specific information on blockchain can only be queried by one specific ac...
Read MoreIn a Substrate runtime module how do I compare an input hash to a known default hash value?...
Read MoreHow to correctly upgrade a runtime on Substrate node?...
Read MoreIn Polkadot-js is there a method to create HD wallet addresses...
Read More