kofkuiper
kuiper-nft-marketplace
Solidity

Kuiper Marketplace where you can sell, buy, create offer, create auction, and bid place to auction. Implements ERC721 and ERC20 token standards. Used Openzeppelin library for ERC721 NFT and ERC20 token.

Last updated Aug 26, 2025
26
Stars
19
Forks
0
Issues
0
Stars/day
Attention Score
24
Language breakdown
Solidity 56.4%
TypeScript 42.0%
JavaScript 1.1%
Shell 0.5%
Files click to expand
README

:full_moon: Kuiper Marketplace


NFT marketplace Smart Contract.

:rocket: Features

  • :hammer: Create a new ERC721 collection.
- :fuelpump: Support setting royalty fees.
  • :star: Sell (list item) NFT on the marketplace.
  • :star2: Offer listed items on the marketplace.
  • :sparkles: Accept an offer on the marketplace.
  • :boom: Create an auction on the marketplace.
  • :fire: Bid place to auction.
  • :european_castle: (Marketplace owner) Support set and update payable token, platform fee.

Deploy Kuiper Marketplace Smart Contract

  • Install packages.
npm install
  • Compile Smart Contract
npx hardhat compile
  • Deploy Smart Contarct
npx hardhat run scripts/deploy.ts --network <network>
  • Test Smart Contract
npx hardhat test test/kuiper.ts --network <network>

© 2026 GitRepoTrend · kofkuiper/kuiper-nft-marketplace · Updated daily from GitHub