Skip to content

Kishu-Community/kishuverse-interface-public

Repository files navigation

Kishu Inu

Kishuverse Interface

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.

Public Transparency Summary

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.

What Is Included

  • Static Kishuverse NFT metadata for token IDs 1 through 8888.
  • A read-only metadata and image viewer.
  • Selected recovered public visual assets.
  • Recovery, security, and proprietary/source-available notices.
  • A repeatable public-safety check.

What Is Not Included

  • 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.

Official Links

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.

Verification

Run:

npm run public-safe

or:

node scripts/verify-public-safe.mjs

This repository has no open-source license grant. See PROPRIETARY-NOTICE.md.

About

Source-available public recovery archive for the historical Kishuverse interface

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors