WordPress plugin to onboard web2 users through email login and credit card payment checkout for ETC (lingouni) NFT.
- Update variables:
ALCHEMY_API_KEYin nftgate.php file.contractswith smart contract addresses in nftgate.php file.environmentwith either staging or production depending on testnet or mainnet respectively in public/js/nftgate-public.js file.collectionId,projectId, andtotalPricefrom Crossmint and smart contract in public/js/nftgate-public.js file.
- Create a
.zipfile of NFTGate WordPress plugin.zip -r nftgate.zip . -x '*.git*'
- Intall .zip file in your WordPress website.
- Add
class="nftgate-open-modal"anddata-nftgate-id="0"1 to each button on your website. - Optional, if you want to open modal through redirect, add
nftgate-id=01 parameter to the URL.