Royalty
In this tutorial you'll continue building your non-fungible token (NFT) smart contract, and learn how to implement perpetual royalties into your NFTs. This will allow people to get a percentage of the purchase price when an NFT is sold.
Introduction
By now, you should have a fully fledged NFT contract, except for the royalties support.
To get started, go to the nft-contract-approval/
folder from our GitHub repository, or continue your work from the previous tutorials.
cd nft-contract-approval/
팁
If you wish to see the finished code for this Royalty tutorial, you can find it in the nft-contract-royalty
folder.