Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.25 KB

README.md

File metadata and controls

49 lines (29 loc) · 2.25 KB

Customizable NFT Drop Minting Page

In this example, you can create your own NFT Drop minting page just by customising the template with your branding, and plugging in your NFT Drop contract address.

Tools

Using This Repo

To create your own version of this template, you can use the following steps:

Run this command from the terminal to clone this project:

npx create-tw-app --example custom-minting-page

1. Deploy Your Own NFT Drop on thirdweb

Head to the thirdweb dashboard and create your own NFT Drop contract.

You can learn how to do that with our guide Release an NFT drop on your own site without writing any code.

Be sure to configure a name, description, and image for your NFT drop in the dashboard.

2. Configure the styles to your branding

You can fully customize the colors and style of this template by editing the values in the globals.css file.

You can configure:

  • The color of the background with --background-color
  • The color of the text with --text-color
  • The color of the button (is a gradient from primary to secondary color) with --color-primary and --color-secondary
  • The font with --font
  • The border colors with --border-color

3. Plug in your NFT Drop contract address

Replace the value of the myNftDropContractAddress inside index.tsx with your NFT Drop contract address you can find in the dashboard.


Join our Discord!

For any questions, suggestions, join our discord at https://discord.gg/thirdweb.