# Smart Contract (NFT deployer)

- [FAQ Smart Contract](/smart-contract/faq-smart-contract.md)
- [Create NFT Smart Contract](/smart-contract/create-nft-smart-contract.md): Deploy your Smart Contract in just ✅ 3 Steps.
- [Create Solana NFT Smart Contract](/smart-contract/create-solana-nft-smart-contract.md): Deploy your Smart Contract in just ✅ 3 Steps.  Create contract, Upload images and create Mint webiste.
- [Claim conditions](/smart-contract/claim-conditions.md): Claim Conditions refer to the regulations that determine both eligibility criteria and the maximum allowable claim amount and you can set Claim Conditions for each phase you Drop.
- [Pre-Built Contracts](/smart-contract/pre-built-contracts.md): Pre-built contracts are proxy contracts created for the most common use cases and established patterns for smart contracts.
- [NFT Drop contract](/smart-contract/pre-built-contracts/nft-drop-contract.md): The NFT Drop contract is perfect for releasing a collection of distinct NFTs using the ERC721A Standard. By default, NFT Drop supports Lazy Mint.
- [NFT Collection contract](/smart-contract/pre-built-contracts/nft-collection-contract.md): The NFT Collection contract ERC-721 is appropriate when you desire to possess a collection of unique NFTs without the intention of "dropping" or "releasing" them for your community to claim.
- [NFT Solana contract](/smart-contract/pre-built-contracts/nft-solana-contract.md): Solana Candy Machine Pre-Built contract
- [Lazy minting](/smart-contract/lazy-minting.md): Considering the typically elevated gas prices in the heavily sought-after Ethereum space, minting an NFT or an NFT collection can become expensive for creators. Lazy minting provides a solution.
- [Upload files to IPFS](/smart-contract/upload-files-to-ipfs.md): IPFS NFT upload involves minting a non-fungible token (NFT) and storing its associated media files on the InterPlanetary File System (IPFS), ensuring decentralized and immutable access to the content.
- [Sign Transaction](/smart-contract/sign-transaction.md): To deploy your Smart Contracts on the Blockchain you need to sign the transaction with your wallet.
- [Testnet Funds](/smart-contract/testnet-funds.md)
- [Gas Fees](/smart-contract/gas-fees.md): Every transaction, which involves altering information stored on the blockchain, necessitates a gas fee.
- [Split Contract](/smart-contract/split-contract.md): The Split contract enables you to designate multiple wallet addresses as recipients for revenue or royalty splits.
- [EVM Chains](/smart-contract/evm-chains.md): EVM chains are blockchain networks that work with the Ethereum Virtual Machine (EVM)
