This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Description
By default, we'll bundle the Kusama wasm blob inside the extension.
start_client takes a chain_spec arg, we should make that arg take a JSON chainSpec. We'll just run in this case the kusama wasm blob with the inputted chainSpec.
Sometimes the chainSpec is not enough (e.g. when the custom chain implements custom BlockNumber type, Header etc, which happens at compile time), so the user needs to have a possibility to upload a wasm blob too, and let the extension run that custom wasm blob.
reported by @expenses