substrate-knowledge-map

Quiz 6: Polkadot JS API

Overview

This quiz covers the following parts of the Substrate Knowledge Map:

1. What are the differences between Polkadot-JS Apps and Polkadot-JS API? Check all that apply.

2. In Polkadot-JS API, what datatype is used to represent a number (i.e. u64, i64, u128, i128) on a Substrate network?

3. What is the correct way to query a storage value in a Substrate network and subscribe to its changes?

4. Assuming that you don’t need to subscribe to the on-chain transaction status, what is the proper way to send an extrinsic to a Substrate network?