Search code examples
Dispatching a Function Defined in Another Substrate FRAME Pallet...


substrate

Read More
How to use PalletB to save record from PalletA without PalletA knowing anything about internals of t...


rustsubstrate

Read More
How to map rust primitive with struct inside decl_storage! macro in substrate...


blockchainsubstrate

Read More
What does `.into()` do when called on `RawOrigin:Signed(who)` and how does the context affect it?...


rustsubstratepolkadot

Read More
How to decode and match a call when passed as a parameter in Substrate...


paritysubstratepolkadot

Read More
Converting between AccountId32 and AccountId in Substrate...


blockchainparitysubstratepolkadot

Read More
How do I generate a burn address for Substrate chains like Polkadot or Kusama?...


blockchaincryptocurrencysubstratepolkadot

Read More
How to write in the storage of Substrate using Substrate API Client?...


rustsubstratepolkadot

Read More
How to encode the hex string representation of an account id in Substrate using Rust?...


rustsubstratepolkadotpolkadot-js

Read More
How to achieve blake2AsHex functionality from Polkadot.js in Substrate?...


rustsubstrate

Read More
How to read a hash value and get the corresponding AccountId from Substrate using RPC call?...


substratepolkadot

Read More
How to store hashes in the Substrate Chain?...


rustsubstratepolkadot

Read More
getting payload from a substrate event back in rust tests...


rustsubstrate

Read More
Accessing chain id and genesis hash from the Substrate runtime during extrinsic execution...


substrateparity-io

Read More
How to import substrate_primitives in order to use sr25519?...


rustsubstrate

Read More
Why there are no changes in the mutability behaviour of storage values even after changing the sourc...


rustsubstratepolkadot

Read More
How to have immutable key-value map in Substrate?...


rustsubstratepolkadot

Read More
No `kitties` module available in the extrinsics tab...


rustruntimesubstrateparity-iopolkadot-js

Read More
Fast forward time when writing Substrate Runtime Test...


unit-testingrustsubstrateparity-io

Read More
How to bind to 0.0.0.0 instead of localhost for Docker purposes...


substrate

Read More
How to implement the EVM Trait for a Substrate Runtime?...


rustethereumsubstrateparity-ioevm

Read More
How do one store data in a block?...


substrate

Read More
Role of off-chain workers...


substrate

Read More
Fees for re-dispatched functions...


blockchainparitysubstrate

Read More
Substrate transaction per second performance...


substrateparity-iopolkadot

Read More
Private transactions...


substrate

Read More
Is there any way to make a specific information on blockchain can only be queried by one specific ac...


blockchainethereumsubstratezcash

Read More
In a Substrate runtime module how do I compare an input hash to a known default hash value?...


paritysubstrate

Read More
How to correctly upgrade a runtime on Substrate node?...


substrate

Read More
In Polkadot-js is there a method to create HD wallet addresses...


substratepolkadot-js

Read More
BackNext