Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.35 KB

REVIVE_YOUR_STORE_TUTORIAL.md

File metadata and controls

39 lines (34 loc) · 1.35 KB

Revive your OG Holaplex Storefront

Steps

Get private Solana RPC

  • Use Quicknode, for our purposes its free, quick and easy

Setup your environment

Setup & run storefront

$ cd metaplex/js
$ yarn install && yarn bootstrap && yarn build
$ docker-compose up -d
  • Edit metaplex/js/packages/common/src/contexts/connection.tsx
    • On Line 51, replace the URL with your RPC URL starting with https://
  • Start the storefront from the metaplex/js folder
    • SUBDOMAIN="YOUR-SUBDOMAIN" yarn start
    • If you’re on windows first run
      • set SUBDOMAIN=YOUR-SUBDOMAIN
      • then yarn start
  • Visit the storefront at the following url http://localhost:3000
  • To administer the storefront connect using Solflare wallet, I couldn’t get any other wallet provider to work.