Solana Graveyard Hackathon Revival | Track: Art ($5K)
This fork brings the abandoned Grape Art NFT marketplace back to life on modern Solana tooling. See MIGRATION.md for the full technical migration guide.
- Replaced
@project-serum/anchorwith@coral-xyz/anchor(0.30+) - Updated
@solana/web3.jsfrom 1.34 to 1.95+ - Updated Metaplex SDK to v3+, wallet-adapter to latest
- Removed 9 dead integrations (CyberConnect, Shadow Drive, Strata, Streamflow, Dialect, etc.)
- Updated
@solana/spl-tokento modern version - 400+ TypeScript files compile with zero errors
- Production build via Parcel 2.16.4 (98 files, 17MB dist)
- 746-line marketplace demo validating 19 auction house operations
- 11 migration stories completed (see MIGRATION.md)
npm install
npm run build # Parcel production build
npm start # Parcel dev server with HMROriginal README below:
A full-featured NFT marketplace powered by Solana with Metaplex Auction House integration.
Core Technologies:
- Metaplex Auction House
- Solana Wallet Adapter
- MUI 5
Build:
npm install
npm startScreenshots:


