solana-mint-ui
solana-mint-ui copied to clipboard
Up to date mint UI for NFTs on Solana
As we try to add a TokenGate to it we get a "Account does not have correct owner" warning from the UI creating the config.json guard in sugar seems to...
I have been trying to add wallet.sendTransaction functionality to avoid blowfish wallet flags. this is what I have done: ``` let builder = transactionBuilder() .add(setComputeUnitLimit(umiWalletAdapter, { units: 1_000_000 })) //...
Hey there, have downloaded this front end mint ui for the latest version of solana candy machine v3, though after updating the env variables as suggested, am only able to...
@eliagoris Hello, thanks for the web app, It works great. I am trying to add the ability to mint multiple NFTs with one click of the mint button and one...