Skip to content

abigpotostew/stargaze-contracts

Repository files navigation

Stargaze CosmWasm Contracts

Stargaze smart contracts are written in CosmWasm, a multi-chain smart contracting platform in Rust.

Contracts run in a WASM VM on the Stargaze Layer 1 blockchain.

SG-721

Stargaze's NFT contract sg721 is a set of optional extensions on top of cw721-base, and conforms to the cw721 specification.

MINTER

A contract that facilitates primary market vending machine style minting.

WHITELIST

A contract that manages a list of addresses.

Running e2e Tests

make optimize
make e2etest

DISCLAIMER

STARGAZE CONTRACTS IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND. No developer or entity involved in creating or instantiating Stargaze smart contracts will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of Stargaze, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value. Although Public Awesome, LLC and it's affilliates developed the initial code for Stargaze, it does not own or control the Stargaze network, which is run by a decentralized validator set.

get code id starsd query wasm list-code --limit 10 --offset 1830

store on chain starsd tx wasm store artifacts/minter_imago-aarch64.wasm --from testnet-key --gas-prices 0.025ustars --gas-adjustment 1.7 --gas auto