You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Feel free to use and test it - it's just not merged into main since I am waiting
63
63
5. Connect your wallet which you used to create the candy machine
64
64
6. You should see a red `initialize` button. Click it and then click `create LUT`
65
65
7. Copy the LUT address that you see in the green success box and paste it into the `.env` file as the value for `NEXT_PUBLIC_LUT`
66
-
8. Add your candy machine groups to the `settings.tsx` file. E.g. if one of your groups is called `WL` you should have an entry for it in there, too.
66
+
8. Add your candy machine groups to the `settings.tsx` file. E.g. if one of your groups is called `WL` you should have an entry for it in there, too
67
67
9. Deploy your Candy Machine e.g. to Vercel or Cloudflare Pages
68
68
69
69
Done!
@@ -73,13 +73,13 @@ You can customize the UI by changing the code. If you just want to modify some v
73
73
- modify `settings.tsx` to change the texts and Image.
74
74
-`image` is the main image that is shown. You could change it to your project logo.
75
75
-`headerText` is the website header. You could change it to your project name.
76
+
- Decide if you want to allow multiple mints by a single user at the same time and in your `.env` file set `NEXT_PUBLIC_MULTIMINT` accordingly to `true` or `false`
76
77
77
78
### Fees
78
79
This ui has a buy me a beer feature. Each mint will transfer a very small amount (0.005) of SOL to a tip wallet. If you do not want to support me feel free to change the NEXT_PUBLIC_BUYMARKBEER variable to false. I would appreachiate it though if you leave it on. 🍻
79
80
80
81
# To do
81
82
- Add NFT Picker of `nftBurn` and `nftPayment` guards
82
-
- Add guards `allocation` and `redeemed Amount`
83
83
84
84
# Contact / Support
85
85
If you need help with this repo, you can contact me. Also feel free to create an issue or a pull request.
@@ -89,7 +89,7 @@ If you need help with this repo, you can contact me. Also feel free to create an
89
89
If you want to work together on projects let me know!
90
90
91
91
# Disclaimer
92
-
This is not an official project by the metaplex team. You can use that code at your own risk. I am not responsible for any losses that you might incur by using this code.
92
+
This is not an official project by the Metaplex team. You can use that code at your own risk. I am not responsible for any losses that you might incur by using this code.
93
93
94
94
# Thank you!
95
95
Thanks to the metaplex team for creating NFTs on Solana, Candy Machine and Umi. Special Thanks to @lorisleiva for creating Umi and being so helpful. Also thanks to @tonyboylehub !
0 commit comments