Winter - Sell NFTs via credit card
  • Get started
    • Get Started
      • Project Testing
      • Push to Production
    • Marketplaces
    • How do I get paid?
    • Payment methods & locations
      • Foreign Currencies
      • Apple Pay
    • Whitelists/Allowlists
  • Marketplace integrations
    • Intro
    • Implementation strategy
      • Directly with smart contracts
      • Aggregation APIs
      • APIs to build a transaction
      • Build and submit a transaction
  • Primary Mint Smart Contracts
    • 🚨Requirements
    • ETH, Polygon, and EVM
      • Multi-contract
      • Drop types we support
    • Solana
    • Crypto pricing
  • Front End Integration
    • Customization
    • Pre-fill (email, wallet, etc)
    • React
    • React (Marketplace)
    • Plain HTML
    • Post-purchase
    • CSS customization
  • Platform API
    • Intro (read this first!)
    • testmode -> livemode
    • /createProject
    • /updateProject
    • /deleteProject
    • /updateWhitelist
    • /getProjects
  • Wallet API Docs
    • Intro
    • /getNFTs
    • /transferNFT
  • NFT Claim API
    • Intro
    • /mintNFT
    • /mintFreeNFT
    • /transferNFT
  • Cross-chain payments
    • Intro
    • Integration
Powered by GitBook
On this page
  1. Get started

Whitelists/Allowlists

PreviousApple PayNextIntro

Last updated 2 years ago

Winter supports whitelists & allowlists!

We support:

  • "Naked" address whitelists

  • Merkle proof whitelists

Make sure you whitelist the addresses we mint from! Our mainnet address is 0x1e05A8Ba7EE05eCbA22A102d0288E043478006e6 and our testnet address is 0xe0CB05cBf3dBeb647394905848d9361Daa99dE28

For Merkle Proof whitelists, upload your FULL list of addresses in the . Then, make sure the merkle root hash is the same. Then, we will construct merkle proofs and automatically send them in the mint function!

🚨If the merkle root hash is NOT the same, mints are guaranteed to fail!

We can handle lists up to 10,000 addresses. Email us at dev@usewinter.com if you anticipate more. We can handle larger lists but they may require use of our API!

Business Dashboard