WordPress plugin to onboard web2 users through email login and credit card payment checkout for ETC (lingouni) NFT.
- Update variables:
ALCHEMY_API_KEY
in nftgate.php file.contracts
with smart contract addresses in nftgate.php file.environment
with either staging or production depending on testnet or mainnet respectively in public/js/nftgate-public.js file.collectionId
,projectId
, andtotalPrice
from Crossmint and smart contract in public/js/nftgate-public.js file.
- Create a
.zip
file 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=0
1 parameter to the URL.