8000 GitHub - adheretoself/nft-dex111: Decentralized market and launchpad for minting, listing and trading of non-fungible assets.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adheretoself/nft-dex111

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nft Launchpad & Marketplace

Decentralized market and launchpad for minting, listing and trading of non-fungible assets.

Project for Moonvera


CONTRACT COMPONENTS

  • MvxFactory.sol:
    • MvxFactory to create ERC721A clone contracts with immutable arguments, solady implementation
  • MvxCollection.sol: ERC721AUpgradable Azuki ERC721 like implementation, supports the following features
    • per-stage price
    • per-stage walletLimit
    • per-stage maxStageSupply
    • multi stage minting
    • multi role minting access
    • artist royalties
  • Market.sol
    • Nft listing
    • Nft buy/sell with ERC20's & Eth
  • MarketLens.sol
    • Contract to query Internal and 3rd Party market statistics

SECURITY REVIEW

  • Auditbase report
  • Static analysis report by 4naly3er tool from code4rena team
  • Defender 2.0 (beta)
  • Static analysis Slither github action through CI/CD | current issue: https://github.com/crytic/slither/issues/2148

MONITORING

  • Forta bot
  • Tenderly alerts to telegram

ROADMAP

  • NFT collateral lending
  • NFT Swap
  • Per-stage merkleRoot
  • Crossmint support

About

Decentralized market and launchpad for minting, listing and trading of non-fungible assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.2%
  • TypeScript 33.9%
  • Solidity 28.2%
  • CSS 1.5%
  • Shell 0.2%
0