stargaze

Prop 177: Launchpad v3 - Open Edition Factory

Store WASM Code

This uploads the code for Open Edition Factory

The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v3.0.0-beta.1

### Compile Instructions

sh<br />docker run --rm -v \$(pwd)\:/code \\<br /> --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\<br /> --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\<br /> cosmwasm/workspace-optimizer:0.12.13<br />

This results in the following SHA256 checksum:

<br />96aa015f0aa0632bcea0af5f222434dda16b0ff63607e249db2569a38cc3b45b open_edition_factory.wasm<br />

### Verify On-chain Contract

sh<br />starsd q gov proposal $id --output json \\<br />| jq -r '.content.wasm_byte_code' \\<br />| base64 -d \\<br />| gzip -dc \\<br />| sha256sum<br />

### Verify Local Contract

<br />sha256sum artifacts/open_edition_factory.wasm<br /><br />