Skip to content

liteflow-labs/starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21edef9 · Mar 20, 2025
Mar 20, 2025
Dec 20, 2024
Nov 30, 2023
Dec 19, 2024
Aug 11, 2024
Dec 18, 2024
Dec 18, 2024
Sep 13, 2024
Jan 16, 2024
Jul 27, 2023
Aug 10, 2022
Jan 23, 2024
Jul 12, 2023
Jan 25, 2023
Jan 24, 2024
Dec 23, 2022
Jan 24, 2024
Oct 26, 2022
Dec 1, 2023
Aug 24, 2023
Aug 11, 2024
Sep 24, 2023
Dec 5, 2022
Mar 19, 2025
Mar 19, 2025
Jul 14, 2023
Aug 10, 2022
Jul 9, 2024
Dec 19, 2024
Dec 20, 2024
Oct 18, 2022
May 17, 2024
Mar 30, 2023
Dec 19, 2024
Aug 10, 2022

Repository files navigation

Marketplace template

This repository is an example of an application running on the Liteflow infrastructure to showcase the uses of the infrastructure and/or be used as a starter kit to launch a product fast.

Features included

The Marketplace template includes the following features:

  • Open collections (User-generated content)
    • Mint ERC-721
    • Mint ERC-1155
    • Creator's royalties support
  • Homepage content customization
    • Featured NFTs
    • Featured collections
    • Featured users
    • Custom section with featured elements
  • Search system
    • Search NFTs
    • Search collections
    • Search users
  • Explore NFTs, collections and users with filtering and sorting systems
    • Explore NFTs
      • Filter by chain
      • Filter by status
      • Filter by price
      • Filter by collection
      • Filter by traits
      • Sort by dates
    • Explore collections
      • Filter by chain
      • Sort by volumes
    • Explore users
  • Native currency and ERC20 support
  • Lazymint for NFTs
  • List NFTs on sale
    • Partial filling
    • Fixed price listing
  • Make offers on NFTs
    • Partial filling
    • Open offer
  • Purchase NFTs
  • User profile
    • Account
      • Profile edition
      • Wallet page
    • NFTs "on sale"
    • NFTs "owned"
    • NFTs "created"
    • Offers ("bids") management
    • Trades history
    • Listings ("offers") management
  • User verification system (verified status)
  • Report system
    • Report a user
    • Report an NFT
  • Notifications
    • In-app notifications
    • Email notifications
  • NFT details
    • Chain information
    • Explorer link
    • Media IPFS link
    • Metadata IPFS link
    • Traits with percentages
  • NFT history (activity)
    • Lazyminted
    • Minted
    • Listed
    • Purchased
    • Transferred
  • Wallet connection with
    • Metamask
    • Coinbase
    • WalletConnect
    • Magic
    • Rainbow
  • Multi-chain support
  • Multi currency support
  • Advanced fee customization support

It also includes compatibility with the following features:

  • Multi-language compatibility
  • Credit card payment gateway compatibility
  • Email connection compatibility
  • Wallet-to-wallet messaging system

Libraries used

The Marketplace template is based on the following tech stack

Get started

To get started, start by configuring your environmental variables in the .env file, referring to the .env.example file as a guide. For further customization, an optional option is to utilize the environment.ts file.

Once done you can install all the dependencies with npm i then run

npm run dev

Your application is now accessible at http://localhost:3000

Customization

Theme

The theme is based on ChakraUI and can be customized in the /styles/theme.ts file.

Application

Your application includes default navigation, metadata, and wallets that can be updated directly from the pages/_app.tsx file.