Skip to content

igdeman/solana-nft-marketplace

Repository files navigation

Solana NFT Marketplace

Simple NFT marketplace with basic functionalities like : List NFT, Delist NFT and Buy NFT, Project is monorepo with anchor program located in the /programs/nft-marketplace directory while frontend is in the /packages/app directory.

Installation

yarn install

Build

Building boath, frontend and program

yarn build

Building just anchor program

anchor build

Run Tests

anchor test

Run Dev Server

yarn dev

Open http://localhost:3000 with your browser to see the result.

Public deployment is at: https://solana-nft-marketplace-app.vercel.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published