#marketplaces

sg-marketplace-common

Common functionality used in Stargaze Marketplace contracts

3 stable releases

1.2.0 Feb 1, 2024
1.1.0 Jul 18, 2023
1.0.0 Jun 30, 2023

#30 in #marketplaces

Download history 1/week @ 2024-07-12 27/week @ 2024-09-13 15/week @ 2024-09-20 39/week @ 2024-09-27 12/week @ 2024-10-04 17/week @ 2024-10-11 10/week @ 2024-10-18

80 downloads per month
Used in 2 crates

BUSL-1.1

47KB
1K SLoC

sg-marketplace-common

The sg-marketplace-common common package is used to manage functionality shared between marketplace contracts. The package is divided into the following modules:

  • mod address: functionality related to the cosmwasm_std::Addr type
  • mod coin: functionality related to the cosmwasm_std::Coin type
  • mod nft: functionality related to NFT data
  • mod query: functionality related to querying smart contracts
  • mod sale: functionality related to NFT sales

lib.rs:

sg-marketplace-common

The sg-marketplace-common common package is used to manage functionality shared between marketplace contracts. The package is divided into the following modules:

  • mod address: functionality related to the cosmwasm_std::Addr type
  • mod coin: functionality related to the cosmwasm_std::Coin type
  • mod nft: functionality related to NFT data
  • mod query: functionality related to querying smart contracts
  • mod sale: functionality related to NFT sales

Dependencies

~5.5–7.5MB
~167K SLoC