AZ
Back to constellation
Web3Draft

GKOI Contracts

The Foundry/Solidity smart contracts behind GKOI — an ERC721-AC creator collection, a collection factory, and Conduit.

SolidityFoundryHardhatERC721-ACLimitBreak SeaDropOpenZeppelin upgradeable

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.

Related write-ups

Write-up in progress

A companion post for this project is being drafted. Check back soon.