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.
yarn install
Building boath, frontend and program
yarn build
Building just anchor program
anchor build
anchor test
yarn dev
Open http://localhost:3000 with your browser to see the result.
Public deployment is at: https://solana-nft-marketplace-app.vercel.app/