Collection-Landing und WIP-Whitelist-Funnel
CBD-All-Stars-Mint-Landing: #GETINTHEWIP, 750 Plätze, Discount-Funnel und wie eine MetaMask-only-Mint-Oberfläche zum Produkt wird.
CBD-All-Stars-Mint-Landing: #GETINTHEWIP, 750 Plätze, Discount-Funnel und wie eine MetaMask-only-Mint-Oberfläche zum Produkt wird.
Infura IPFS + Pinata-Pin, Metadata-JSON, mint(tokenId, uri) und multipleMint: 0.1 ETH × n, 750 Supply.
Placeholder-Metadaten beim Mint, uridata-Map, reveal(tokenId, uriHash) und eine owner-only Reveal-Oberfläche.
Von MetaMask-only zu Web3Modal + WalletConnect + Coinbase WalletLink; chainId, Gas und Adressen härten.
Wie das Bare-Crypto-Protokoll in Remix IDE mit OpenZeppelin-v4.1-GitHub-Imports — ohne Hardhat/Foundry — gebaut wurde, inkl. ADR und Trade-offs.
BareNFT kombiniert ERC721 Enumerable/Burnable/Pausable mit AccessControl und role-gated mint(to, id, uri). Trade-offs von Per-Token-URI und Pause.
Owner-only createNewListing, buy und randomBuy mit keccak256(revealNonce, block.difficulty, msg.sender) % 3 — schwache RNG, Owner-Marketplace-ADR…
Englische Auktion: Bid, Claim, Cancel, Reserve-Unterschreitung und Owner-Emergency transferNft/transferFunds Trade-offs.
Hashmasks-artige NFT-gated Claims: ~10e18/Tag, INITIAL_ALLOTMENT, 10-Jahres-emissionEnd — plus offene Mint-Flaeche und Missbrauchsszenarien.
Die Bare-Crypto-Marketplace-SPA spiegelt bewusst OpenSeas mentales Modell: Home, Marketplace, Viewer, Profile und Mint-Formular.
getListings liest NFT-totalSupply und fächert mehrere RPC-Aufrufe pro tokenId auf. N×Calls skalieren nicht; 30s-Polls erzeugen stale Listings und…
Die Marketplace-SPA hängt an Rinkeby-Infura; Collection-Mint-Clients härten auf Mainnet. Geteilte web3/IPFS-Utils bleiben netz-agnostisch; Config nicht.