Skip to content

feat: implement NFT minting factory with royalty support#56

Merged
EDOHWARES merged 1 commit intoEDOHWARES:mainfrom
internet-dot:feat/issue-21
Mar 29, 2026
Merged

feat: implement NFT minting factory with royalty support#56
EDOHWARES merged 1 commit intoEDOHWARES:mainfrom
internet-dot:feat/issue-21

Conversation

@internet-dot
Copy link
Copy Markdown
Contributor

Summary

Closes #21

Adds contracts/nft_factory/ — a Soroban smart contract for minting NFTs with configurable royalty support.

Features

  • Metadata URI support — each token stores an off-chain URI (e.g. IPFS)
  • Configurable royalties — per-token or admin-set default (basis points, 0–10000)
  • Batch mintingbatch_mint creates multiple tokens in a single call
  • Admin controls — set default royalty recipient and percentage

Files

  • contracts/nft_factory/Cargo.toml
  • contracts/nft_factory/src/lib.rs
  • contracts/nft_factory/src/test.rs (4 tests)

@internet-dot
Copy link
Copy Markdown
Contributor Author

Closing — this contribution was made in error.

@internet-dot internet-dot reopened this Mar 27, 2026
@EDOHWARES EDOHWARES merged commit aeceea4 into EDOHWARES:main Mar 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SMART CONTRACT] Implement NFT Minting Factory

2 participants