NoPixels V2
The Pixel Playground is coming to Stargaze!
NoPixels V2 offers exclusive features for Stargaze as integrated with Stargaze Names and Stargaze NFT collections.
Fun, competition, interaction, and much more is on the way!
## Store WASM Code
This uploads the code for NoPixels v2.0
The source code is available at https://github.com/CosmosCamel/NoPixels-CW/releases/tag/v2.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:0.13.0
This results in the following SHA256 checksum:
7953971af89740e09c7081b5d5937864107425c83ccbcfee71766639ba46d3b1 nopixels.wasm
## Verify On-chain Contract
starsd q gov proposal --output json <br />| jq -r '.content.wasm_byte_code' <br />| base64 -d <br />| gzip -dc <br />| sha256sum
## Verify Local Contract
sha256sum artifacts/nopixels.wasm