This repository is a source-available public recovery archive for the historical Kishuverse interface.
The recovered bundle was a built static React application. It was not only a metadata viewer: it also contained wallet connection, contract-read behavior, and a minting flow. The public copy in this repository is intentionally rebuilt as a read-only NFT metadata/image viewer.
The recovered live app was set up as a browser wallet minting site for the Kishuverse NFT collection. It connected to Ethereum mainnet, read the Kishuverse collection contract, and attempted to call the mint function through the user's connected wallet.
Mainnet contract snapshot checked on May 7, 2026:
- Collection contract:
0x0be5dd8Dc316a936942B1f58667c9ea1Ebb71E07 - Contract
owner():0xc38568F9C9080de06fA924c4353F8616aa502c1f - Contract name and symbol:
Kishuverse - Contract
maxSupply():8888 - Contract
totalSupply():7726 - Contract
maxMintAmount():10 - Contract
cost():0.038 ETH - Contract
paused():false - Contract
baseURI():https://ipfs.io/ipfs/QmcJnxcNDuirzMzX6YJABWdV3KJ6zyqRFfxuB423PsCP6r/
The owner address is the on-chain owner returned by the contract at the time of the check. Based on the recovered ABI, that owner role can call owner-only administrative functions such as pausing/unpausing, updating the base metadata URI, changing the per-transaction mint limit, withdrawing funds, and transferring or renouncing ownership. Ownership and mint status can change on-chain after this snapshot.
The original mint flow displayed a maximum supply of 8,888 NFTs, a price of 0.038 ETH per NFT, and a maximum of 10 NFTs per transaction. This public archive does not enable that flow.
- Static Kishuverse NFT metadata for token IDs
1through8888. - A read-only metadata and image viewer.
- Selected recovered public visual assets.
- Recovery, security, and proprietary/source-available notices.
- A repeatable public-safety check.
- No wallet connection runtime.
- No mint button.
- No Web3 library bundle.
- No contract ABI.
- No transaction-send code.
- No recovered source maps.
- No platform or recovery-method instructions.
The current official Kishu homepage is:
Use that homepage as the canonical public destination. It currently forwards to the official Kishu link hub for social destinations and current project links.
Run:
npm run public-safeor:
node scripts/verify-public-safe.mjsThis repository has no open-source license grant. See PROPRIETARY-NOTICE.md.
