Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

Joystream-node embed mainnet chainspec #4916

Closed mnaamani closed 1 year ago

mnaamani commented 1 year ago

Embed joy-mainnet.json chainspec file in joystream-node binary to make it simpler to get started with running a node for mainnet. So now only need to download binary, and then run a mainnet node like this:

joystream-node --chain joy-mainnet

rather than needing to separately download the joy-mainnet.json file and running with:

joystream-node --chain /path/to/joy-mainnet.json