stargaze

Prop 205: NFTHop.xyz V1

NFTHop is coming to Stargaze!

NFT Hop is a stumble-upon nft discovery and rating app for NFTs on Stargaze, Juno and Ethereum.

You will be able to save, share, rate and add messages on the NFTs. Which NFT can rise to the top of the leaderboard? What is the spicy gossip around your favorite NFTs? Find out with NFT Hop!

We are excited for you to try out the first interchain app for Cosmos and Ethereum with lots more to come! No custody, ever.
NFT Hop will live exclusively on Stargaze while still delivering innovative interchain composability.

## Store WASM Code

This uploads the code for NFT Hop V1.
The source code is available here.

## Compile Instructions

<br />just build<br />just optimize<br />

This results in the following SHA256 checksum:

237d6c059bfa019f4e8ccade4eaddc4ebfdcfe0e8545548eca8f0d2c9e9c5c25 nfthop.wasm

## Verify On-chain Contract

<br />starsd q gov proposal --output json <br />| jq -r \u2018.content.wasm_byte_code\u2019 <br />| base64 -d <br />| gzip -dc <br />| sha256sum<br />

## Verify Local Contract

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