Description
Develop a standard-compliant non-fungible token contract featuring royalty support.
Requirements and context
- Metadata URI support.
- Configurable royalty percentages per sale.
- Batch minting capability.
Suggested execution
- Work in
contracts/nft_factory/.
- Follow SEP-0041 (if appropriate) or Soroban NFT standards.
Example commit message
feat: implement nft minting factory with royalty support
Description
Develop a standard-compliant non-fungible token contract featuring royalty support.
Requirements and context
Suggested execution
contracts/nft_factory/.Example commit message
feat: implement nft minting factory with royalty support