Add XOR by Nahiko contract metadata - #4
Merged
yougogirldoteth merged 4 commits intoAug 27, 2026
Conversation
ERC-721 (core + metadata) on Ethereum mainnet. Includes the interface files and adds custom Yin-Yang neural-network actions (changeLeftSphere, changeRightSphere, getCurrentState, isYingYang) plus info views. Passes strict validation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a metadata document for XOR by Nahiko —
0x2A648cb23D3ADf1BB171Fabc0119eA3eb951841fon Ethereum mainnet (chainId 1).XOR by Nahiko is a single-token ERC-721 that holds a small neural network entirely on-chain: an XOR gate visualized as a Yin-Yang. The NFT owner controls the left "heart", the artist (Nahiko) controls the right, and
isYingYang()runs the network to return whether the two spheres form a Yin-Yang.What's in the file
interface:erc721andinterface:erc721-metadata(the contract is not enumerable).changeLeftSphere(owner-only),changeRightSphere(artist-only),getCurrentState,isYingYang.getNahikoAddress,setNahikoAddress,sourceArticle,contractURI.about,risks,tags,theme, and an Etherscan link.Notes
external_linkis the IDNA/punycode form of the contract's on-chainhttps://陰XOR陽.eth.link.pnpm validatepasses strict for all 15 files (contracts, interfaces, examples).