Deploy your own NFT drop and gasless minting website in an easy-to-use, mobile friendly format without writing a single line of code.
Requires a Vercel account and some basic setup with Thirdweb and Typeform.
Created by Icebreaker.
Simply fork this repository, deploy your contract using Thirdweb, and deploy the repo with the correct environment variables in Vercel.
Let us know what features you'd like to see for future upgrades.
-
Fork (i.e., copy) the repo on github to your own account.
-
Deploy your personal Signature Drop NFT contract on Thirdweb. Make sure you've updated the claim conditions to allow people to mint and uploaded your NFTs.
-
[Optional step] Set up your Typeform for contact info. This'll allow minters to enter their contact info after minting your NFT. Make sure you've configured hidden fields of
@address
and@owner
from the "Advanced" settings in the share tab. Get your typeform ID by looking at the parameterxxxxx
in the url on that admin page athttps://admin.typeform.com/form/xxxxx/share
. -
Deploy the repo using Vercel.
-
Set the drop address and active chains in the environment variables in vercel:
NEXT_PUBLIC_DROP_ADDRESS="YOUR DROP ADDRESS"
NEXT_PUBLIC_ACTIVE_CHAIN="YOUR SELECTED CHAIN"
-
See Thirdweb for the list of potential chains. Note that these are case sensitive.
-
Consider creating a QR code from a free generator like Vistaprint and printing it for easier distribution at your event.
- Happy minting!
Anyone who's interested in easily deploying their own NFT contract and minting app, particularly for in-person events.
None.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions are greatly appreciated.
If you have a suggestion that would make this better, fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
Distributed under the MIT license. See LICENSE.md
for more information.
You can reach us at opensource at icebreaker.xyz.