Skip to main content

Overview

Webump, in its commitment to supporting the thriving community of developer teams and creators on the Sei blockchain, collaborates with Lighthouse to go the extra mile by providing open-source smart contracts. These smart contracts are specifically designed for the seamless creation of NFTs on Sei, known for its remarkable speed as one of the fastest blockchains. Lighthouse, our open protocol and toolset, enhances this NFT creation process, making it more accessible and efficient for NFT creators and developers.

What is Sei

Sei is the fastest Layer 1 blockchain designed to efficiently scale with the evolving needs of the industry. It is a versatile, open-source Layer 1 blockchain, providing a robust infrastructure for the seamless exchange of digital assets. With V2 (EVM) support, Sei is now compatible with Solidity smart contracts, enabling developers to deploy their smart contracts on the Sei blockchain.

What is Lighthouse

Lighthouse is an open protocol and toolset developed by Webump for NFT creators and developers on the Sei blockchain. It offers a range of features and functionalities that simplify the deployment, management, and interaction with NFT collections on the Sei blockchain. Lighthouse provides tools for minting NFTs, managing allowlists, uploading metadata, configuring NFT collections, updating existing NFT collections, and more, making it a valuable resource for the NFT ecosystem on Sei. With V2 update, we made Lighthouse-Core compatible with both CosmWasm and EVM smart contracts.

  • CW/ERC 2981 - Token standard for Lighthouse NFTs
  • CW404 - Token standard for hybrid NFTs/Tokens
  • Lighthouse Core - A toolkit for creating & managing NFTs
  • Lighthouse UI - Dapp for launching & distributing NFTs

note: While minting, minters have to pay 1.5 $SEI for the Lighthouse platform fee on every minted NFTs. (if mint is free, no fee will be charged). We are also providing perks and partnerships to Sei Ambassadors, if you are interested in launching with Lighthouse please contact us for discounted prices. We are also providing partnerships to Sei builders, if you are interested in building on top of Lighthouse please contact us for future collaborations.

Cli Features

  • Deployment of
    • ERC 721
    • CW 721
    • CW 404
    • CW 20 (Not compatible with launch ui)
    • Pointers for CW 721 and ERC 721
  • Metadata uploading (via Arweave)
  • Allowlist managing (merkle tree)
  • Freeze/Unfreeze and Hidden metadata collections
  • Optional royalties

Lighthouse Mint UI

Lighthouse mint ui is a self hosted launch pad for launching NFT collections created by Lighthouse cli.

Mint UI Features

  • Launch your CW/ERC 721 & CW404 collection
  • Set up whitelist phase
  • Set up whitelisted groups
  • Mint NFTs
  • Mobile Responsive
  • Payment with SEI, CW20, and CW20 Burn

Lighthouse Core

Lighthouse Core is the core contract for launching NFT collections. It is responsible for minting, managing allowlists, and updating contract details. It is compatible with both CosmWasm and EVM smart contracts.