import { HomeCard } from 'components/HomeCard' import type { NextPage } from 'next' // import Brand from 'public/brand/brand.svg' import { withMetadata } from 'utils/layout' const HomePage: NextPage = () => { return (
{/* */}

Smart Contracts

Here you can invoke and query different smart contracts and see the results.



Execute messages and run queries on Stargaze's minter contract. Execute messages and run queries on Stargaze's sg721 contract. Execute messages and run queries on Stargaze's whitelist contract.
) } export default withMetadata(HomePage, { center: false })