archway-network / cw721-marketplace

Contracts for a variety of types of cw721 marketplaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cw721 Marketplaces

In this repository you'll find contracts for easily deploying the following types of marketplaces

  • Single collection
    • Allows swapping NFTs from a specific cw721 contract for native tokens or cw20s
    • Only contract admin can set or update the cw721 contract address used as default in swaps
  • Permissioned
    • Allows swapping NFTs from a curated list of cw721 contracts for native tokens or cw20s
    • Only contract admin can set or update the list of cw721 contract addresses
  • Multiple collections (open)
    • Allows swapping any cw721 NFT for native tokens or cw20s

About

Contracts for a variety of types of cw721 marketplaces

License:Apache License 2.0


Languages

Language:Rust 100.0%