Skip to content

Commit 13b8fce

Browse files
Update README.md
1 parent a172b1d commit 13b8fce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Feel free to use and test it - it's just not merged into main since I am waiting
6363
5. Connect your wallet which you used to create the candy machine
6464
6. You should see a red `initialize` button. Click it and then click `create LUT`
6565
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
6767
9. Deploy your Candy Machine e.g. to Vercel or Cloudflare Pages
6868

6969
Done!
@@ -73,13 +73,13 @@ You can customize the UI by changing the code. If you just want to modify some v
7373
- modify `settings.tsx` to change the texts and Image.
7474
- `image` is the main image that is shown. You could change it to your project logo.
7575
- `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`
7677

7778
### Fees
7879
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. 🍻
7980

8081
# To do
8182
- Add NFT Picker of `nftBurn` and `nftPayment` guards
82-
- Add guards `allocation` and `redeemed Amount`
8383

8484
# Contact / Support
8585
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
8989
If you want to work together on projects let me know!
9090

9191
# 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.
9393

9494
# Thank you!
9595
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

Comments
 (0)