Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.13 KB

File metadata and controls

34 lines (23 loc) · 1.13 KB

DEPRECATED

Status: ARCHIVED — historical, unmaintained. Do not use.

What this is

kcolbchain/contracts is a 2021 fork of create-protocol's NFT-marketplace demo. It contains:

  • contracts/NFT.sol and contracts/Marketplace.sol (ERC-721 + a simple marketplace), and
  • an old Hardhat toolchain (hardhat.config.js, package.json, scripts/, test/), on branch V0.

It has not been maintained for years.

Why it is deprecated

  • Unmaintained — no updates, fixes, or support.
  • Unaudited — the Solidity and its dependencies (e.g. OpenZeppelin 4.x, Hardhat 2.x, ethers 5.x) are stale. It must not be deployed or relied on.
  • Superseded — current contract work lives in ERC721-AI and the active kcolbchain orgs/repos.

What to use instead

  • ERC721-AI — the current token contract line.
  • The active kcolbchain organization repositories for live work.

Note for maintainers

Please flip this repository to Archived in the GitHub repo settings (Settings → General → Danger Zone → Archive this repository) so its unmaintained status is unambiguous to anyone who finds it.