Overview
What it is
The on-chain half of the GKOI platform: a set of Foundry/Solidity contracts for the fighting-game NFT collections.
The architecture
gkoi-erc721AC— an ERC721-AC creator collection (LimitBreak SeaDrop), upgradeable, built and tested with both Foundry and Hardhat.NftCollectionFactory— deploys new collections from a template.Conduit— routing/approvals plumbing shared across the collections.
Highlights
ERC721-AC (Creator) enforces programmable transfer/royalty policy at the token level, which is the point of the whole design: royalties that survive secondary-market transfers rather than relying on marketplace goodwill.