This quiz covers the following parts of the Substrate Knowledge Map:
pallet-contracts
: Offers functionality for a Substrate runtime to deploy and execute WebAssembly smart contracts.pallet-evm
: Allows unmodified EVM code to be executed in a Substrate-based blockchain.pallet-treasury
: Provides a “pot” of funds to be deducted when running transactions on smart contracts.pallet-membership
: Contains the logic for managing the access control of the smart contract on who can call which functions.pallet-contracts
.