stargaze

Prop 126: Launchpad v2.1 - SG721 Contract

Launchpad v2.1 - NFT Contract

This release of SG721 contract includes some minor bug fixes and improvements.


The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v0.24.0

Compile instructions

docker run --rm -v "$(pwd)":/code \

--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry
cosmwasm/workspace-optimizer:v0.12.11

This results in the following SHA256 checksums:
c6a3f65ca1036c81368f0632005e6c007334164acd532211f6532ba6ca4f97cd sg721_base.wasm

# Verify on chain contract
starsd q gov proposal $id --output json
| jq -r '.content.wasm_byte_code'
| base64 -d
| gzip -dc
| sha256sum


# Verify local contract
sha256sum artifacts/sg721_base.wasm