This is a NextJS & Hyperverse Boilerplate for the ERC721 Smart Module
- A tenant instance of the ERC721 Module. To create one head to https://eth.hyperverse.dev/modules/erc721.
- A
tenantId
: this will be the public address of the account you used to create your tenant.
Install the dependecies
yarn i
# or
npm i
Run the development server:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
Before you start modifying the dapp, replace the tenantId
in pages/_app.tsx
.
To learn more about how to utilze the erc721 smart module take a look at the following resources:
For more information and learn about Hyperverse checkout the resources below