paritytech / subxt-explorer

Web App for exploring Substrate-based Chains using Subxt
Other
12 stars 0 forks source link

Sharible URLs if using `Node Url` or `ChainSpec Preset` mode #4

Closed tadeohepperle closed 10 months ago

tadeohepperle commented 11 months ago
Introduce a mode variable to the app state: Mode User Input Metadata Connection Sharable Links
Metadata File a metadata file, e.g. metadata.scale decoded from uploaded file - No
Node Url a url to a a node, e.g. Fetched when constructing OnlineClient Jsonrpsee Client Yes
ChainSpec File a chainspec file, e.g. polkadot.json Fetched when constructing LightClient LightClient No
ChainSpec Preset selection of a chainspec file preset Fetched when constructing LightClient LightClient Yes
tadeohepperle commented 10 months ago

Integrated already. Closing it.