Imago - Minter Contract
passed
Expected result
—
Turnout / Quorum
61.57% / 20.00%
Voting start 2022.09.13 at 22:09:27
Voting end 2022.09.16 at 22:09:27
98.95%
489 740 002 stars
Yes
0.02%
91 682 stars
No
0.00%
1 221 stars
Veto
1.03%
5 099 502 stars
Abstain
Details
Proposer
-
Total deposit
1 000 stars
Submit time
2022.09.13 at 22:09:27
Deposit end time
2022.09.27 at 22:09:27
Description
Imago - Generative art mint smart contracts\n\nPublicworks.art and Imago are a platform and set of smart contracts that facilitate on chain art on Stargaze. Artblocks and fxhash have disrupted the art and NFT world with art that is generated upon mint. By using the transaction hash to seed the art itself, the buyer also gets to participate in the creation of the art. Only their wallet could have produced a particular transaction hash. Thereby the minter's on chain identity is seeded into the art. It's a fun co-creative process that is unique to generative art. I want to bring this energy and technology to stargaze with public works and imago.\n\n\nFor more information about the original discussion: \nhttps://gov.stargaze.zone/discussion/5025-imago-generative-art-mint-smart-contracts\n\n\nBy voting YES on this proposal, you agree to upload the Imago Minter contract.\n\n\nSource Code:\nhttps://github.com/abigpotostew/stargaze-contracts/releases/tag/v0.1.0-imago\n\n## Verifiying Contracts\n```\n# download the contract from the proposal\nstarsd q gov proposal [proposal-number] -o json | jq -r '.content.wasm_byte_code' | base64 --decode > minter_imago.wasm.gz\n# decompress de contract\ngzip -d -c minter_imago.wasm.gz > minter_imago.wasm \n# checksum\nsha256sum minter_imago.wasm\n# clone the repo and checkout to the release\ngit clone https://github.com/abigpotostew/stargaze-contracts.git\ncd stargaze-contracts\ngit fetch origin --tags\ngit checkout v0.1.0-imago\n# compile and optimize contracts\ndocker 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.12.7\n# checksum \nsha256sum artifacts/minter_imago.wasm\n6e0f1b8d7ed964cf06e5815da9bf01e6465200a867c776a09f449adf4941a1a4 artifacts/minter_imago.wasm\n```\n
Votes
Voter
Answer