Skip to content

JIYEONKIMPROG/Pi_Market

Repository files navigation

🎬Pi-Market🎬

EwhaChain idea contest implementation

Overview

The Solana Metaplex NFT Marketplace, Pi-Market

Pi-market is an NFT market where you can mint and freely purchase university NFT merchandises. Sell and purchase any work of art, including photos, pictures, videos, music and so on from your beloved society.

Paint Us with Your NFTs 😎

Features

  • NFT Minting
  • NFT Sell
  • Auction
  • Search
  • Explore

How to Start?

  1. Clone the repo, and run yarn to deploy.
$ git clone https://github.com/JIYEONKIMPROG/Pi_Market.git
$ cd Pi_Market
$ yarn install && yarn bootstrap && yarn build
  1. Create .env file in packages/web/
REACT_APP_STORE_OWNER_ADDRESS_ADDRESS=2qKbXvxBpYt8dhsDusictHRtFJMXKXEekmGrwcAqyerY

SPL_TOKEN_MINTS=kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6,ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs,BLwTnYKqf7u4qjgZrrsKeNs2EzWkMLqVCu6j8iHyrNA3,ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
CG_SPL_TOKEN_IDS=kin,media-network,boring-protocol,star-atlas,usd-coin
  1. If you want to have your own store, run yarn start and change REACT_APP_STORE_OWNER_ADDRESS_ADDRESS to your own address following the docs below
$ yarn start

Metaplex Docs: https://docs.metaplex.com/storefront/init-store

Contributors