frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
48 stars 18 forks source link

[Feature]: Standalone Docker Image can have Mainnet Schemas Deployed #2041

Open wilwade opened 1 week ago

wilwade commented 1 week ago

Feature Description

Details

When developing an application on Frequency, you often want to have the schemas from mainnet deployed to make use of.

This proposes that there is either a new image, or an option on the standalone-node image to have mainnet schemas be deployed at launch.

Options

AC

Searched for Related Issues

wilwade commented 1 week ago

Update:

I have code that can pull the schemas and use sudo to set storage on the chain.

Current Options:

wilwade commented 1 week ago

MAYBE: Can we do the genesis config, but have the json be injected post build

So possible, but requires writing out to the raw spec and manipulating that before reading it back in. Really nasty and not a good option.