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 (
{/* */}

Collections

Here you can create a collection, execute actions and query the results.



Upload your assets, enter collection metadata and deploy your collection. View a list of your collections. Execute messages on a collection.
) } export default withMetadata(HomePage, { center: false })