To create a release candidate you must compress a local build.
Zip files can be shared
# compress build folder to {manifest.name}.zip
# if CARDANO_NETWORK is not provided, it defaults to "testnet"
$ CARDANO_NETWORK=mainnet npm run prod:unsigned
Crx are compressed and signed chrome extension bundles
# compress build folder to {manifest.name}.zip and crx
$ npm run prod:byron
Note: Chrome extensions update automatically
The same steps as Chrome also produce an xpi
file. You can upload this directly to the EMURGO AMO account
Update the version number in manifest
files and in package.json
- Create a new release on Github
- Upload to Chrome store