Skip to main content

Create a custom storefront

In this tutorial, you'll create a simple storefront for an NFT drop, THE EGG, by using the ConsenSys NFT platform combined with a React frontend.

The storefront will have two pages:

  • The front page displays all EGGs for sale.
  • An item page displays detailed information about THE EGG. This is also where users can connect their wallet and make a purchase.

You'll use MetaMask as a wallet to interact with the site, so make sure you have MetaMask installed on your browser. Follow the instructions to create a new wallet.

Use the navigation on the left to get started.

tip

The source code of this project is available at this repo.