joystream
joystream copied to clipboard
Implement Carthage genesis block configuration
Implement according to this plan: https://github.com/Joystream/joystream/issues/3419
Depends on having worked out how to do multisig #3910
Includes
- fm
- team
- investors
- rhodes
- etc.
┆Issue is synchronized with this Asana task by Unito
Should probably update the genesis block CLI tool so it automatically outputs a suitable format that can be c&p into chain spec.
We now support adding vesting config as well as the initial balances in our chainspec config. Implemented in: https://github.com/Joystream/joystream/pull/4228 and https://github.com/Joystream/joystream/pull/4251