3 stable releases
1.2.0 | Feb 1, 2024 |
---|---|
1.1.0 | Jul 18, 2023 |
1.0.0 | Jun 30, 2023 |
#30 in #marketplaces
80 downloads per month
Used in 2 crates
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 thecosmwasm_std::Addr
typemod coin
: functionality related to thecosmwasm_std::Coin
typemod nft
: functionality related to NFT datamod query
: functionality related to querying smart contractsmod 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 thecosmwasm_std::Addr
typemod coin
: functionality related to thecosmwasm_std::Coin
typemod nft
: functionality related to NFT datamod query
: functionality related to querying smart contractsmod sale
: functionality related to NFT sales
Dependencies
~5.5–7.5MB
~167K SLoC