-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider dropping nft-sales
in favour of pallet_uniques
#1016
Comments
@onnovisser it would be cool getting your thoughts on this regarding potential work that would need to happen in the frontend that we may not be considering now. |
The surface area of NFT sales is pretty small, so shouldn't need much rework. Is there an extrinsic to remove an nft from being listed? |
Well, we have a So we could have that and have the UI switch to adopt the Wdyt? |
That sounds good to me. With my question, I meant to ask if the new |
Yes, you can remove the price by setting it to |
Thanks for chipping in, @jsidorenko. @onnovisser let's wait for Uniques v2 then 👍 |
Motivation
Since this PR, the
pallet_uniques
offers aset_price
and abuy_item
extrinsics to allow for NFT owners to set their NFTs up for sale for a given asking price and for potential buyers to buy said NFTs for said price. This functionality is exactly what we handcrafted withnft-sales
.Proposal / Consideration
Since
nft-sales
is essentially just duplicated logic, we can choose to adopt the officialpallet_uniques
API instead.Pros
nft-sales
pallet to sell their NFTsMigration requirements
pallet_uniques
nft-sales
would need to be removed and their ownership restored to the original ownerQuestions
nft-sales
do we have in Kusama?The text was updated successfully, but these errors were encountered: