This is the source code repository for the Pinata tutorial How To Use Sign In With Ethereum And NFTs To Build An NFT-Gated Alternative To Instagram.

To run the app, you will need to copy the .env.sample file and create a .env.local file. Fill out all the variables before running the app.

  1. Run: git clone https://github.com/polluterofminds/members-only-photos
  2. Run cd members-only-photos
  3. Run npm install
  4. Update .env.local file
  5. Run npm run dev