tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

Adding royalty feature to the platform #446

Open 5h0bh4nk opened 3 years ago

5h0bh4nk commented 3 years ago

When the NFT continues getting sold in the market , the minter should get some percentage of the profit earned . So , a small percentage like 5 or something must be defined by the minter and must be applicable in the cases when an NFT continues getting sold further .

5h0bh4nk commented 3 years ago

I have a solution to this problem . Can it be assigned to me ?

njecom commented 2 years ago

I have a solution to this problem . Can it be assigned to me ?

Yes please, I am a newbie learning this project from scratch. it will be very helpful If I can learn how to create my own NFT contract from scratch

5h0bh4nk commented 2 years ago

@njecom , you can refer to smartpy.com documentation for the same . You will have to learn about smart contracts and then go for creating it the way you want to design it .